Go to the source code of this file.
Typedefs | |
| typedef dwRect | dwBox2D |
| typedef dwRectf | dwBox2Df |
Variables | |
| static const dwRect | DW_INVALID_RECT = {0, 0, -1, -1} |
| Invalid dwRect. More... | |
| static const dwRectf | DW_INVALID_RECTF = {0.f, 0.f, -1.f, -1.f} |
| Invalid dwRectf. More... | |
| static const dwQuaternionf | DW_IDENTITY_QUATERNIONF = {0.f, 0.f, 0.f, 1.f} |
| Identity for dwQuaternionf. More... | |
| static const dwQuaterniond | DW_IDENTITY_QUATERNIOND = {0., 0., 0., 1.} |
| Identity for dwQuaterniond. More... | |
Definition at line 36 of file GeometricDefs.h.
Definition at line 37 of file GeometricDefs.h.
|
static |
Identity for dwQuaterniond.
Definition at line 49 of file GeometricDefs.h.
|
static |
Identity for dwQuaternionf.
Definition at line 43 of file GeometricDefs.h.
|
static |
Invalid dwRect.
An invalid dwRect is not able to draw. Cannot use an invalid dwRect in any calculation.
Definition at line 27 of file GeometricDefs.h.