Go to the source code of this file.
◆ dwBbox2Df
Data Fields |
dwVector2f |
aa |
Point AA, one of vertices of a AABB bounding box. |
dwVector2f |
bb |
Point BB, opposite vertex of AA. |
◆ dwBbox3Df
Data Fields |
dwVector3f |
aa |
Point AA, one of vertices of a AABB bounding box. |
dwVector3f |
bb |
Point BB, opposite vertex of AA. |
◆ dwLine3d
Data Fields |
dwVector3d |
p[2] |
|
uint32_t |
pCount |
Stores the occupied/valid length of p. |
◆ dwLine3f
Data Fields |
dwVector3f |
p[2] |
|
uint32_t |
pCount |
Stores the occupied/valid length of p. |
◆ dwOrientedBoundingBox2f
struct dwOrientedBoundingBox2f |
Data Fields |
dwVector2f |
center |
Coordinate of the position of the center of the bounding box in the local frame. |
dwVector2f |
halfAxisXY |
Half of the width, and height of the box in the local frame. |
dwMatrix2f |
rotation |
Rotation matrix defining the orientation in the local frame. |
◆ dwOrientedBoundingBox3f
struct dwOrientedBoundingBox3f |
Data Fields |
dwVector3f |
center |
Coordinate of the position of the center of the bounding box in the local frame. |
dwVector3f |
halfAxisXYZ |
Half of the width, height and depth of the box in the local frame. |
dwMatrix3f |
rotation |
Rotation matrix defining the orientation in the local frame. |
◆ dwSide
A generic side enum definition to improve consistency of objects with a 'side' concept Usage: define enum entity e.g.
DW_MAPS_SIDE_RIGHT = DW_SIDE_RIGHT
Enumerator |
---|
DW_SIDE_LEFT | |
DW_SIDE_RIGHT | |
DW_SIDE_CENTER | |
Definition at line 49 of file GeometricTypes.h.