Separation scenario. More...
#include <SeparationScenario.hpp>
Public Types | |
enum | Type { e_points, e_faceA, e_faceB } |
Separation finder type. | |
Static Public Member Functions | |
static constexpr Type | GetType (IndexPair3 indices) |
Public Attributes | |
const DistanceProxy & | proxyA |
Distance proxy A. | |
const DistanceProxy & | proxyB |
Distance proxy B. | |
const UnitVec | axis |
Axis. More... | |
const Length2 | localPoint |
Local point. More... | |
const Type | type |
The type of this scenario. | |
Separation scenario.
const UnitVec playrho::d2::SeparationScenario::axis |
Axis.
Directional vector of the axis of separation.
const Length2 playrho::d2::SeparationScenario::localPoint |
Local point.
e_faceA
or e_faceB
.