- Welcome
- Getting Started With the NVIDIA DriveWorks SDK
- Modules
- Samples
- Tools
- Tutorials
- SDK Porting Guide
- DriveWorks API
- More
Go to the source code of this file.
Typedefs | |
typedef dwRect | dwBox2D |
typedef dwRectf | dwBox2Df |
Variables | |
static const dwQuaterniond | DW_IDENTITY_QUATERNIOND = {0., 0., 0., 1.} |
Identity for dwQuaterniond. More... | |
static const dwQuaternionf | DW_IDENTITY_QUATERNIONF = {0.f, 0.f, 0.f, 1.f} |
Identity for dwQuaternionf. More... | |
static const dwRect | DW_INVALID_RECT = {.x = 0, .y = 0, .width = -1, .height = -1} |
Invalid dwRect. More... | |
static const dwRectf | DW_INVALID_RECTF = {.x = (float32_t)0, .y = (float32_t)0, .width = (float32_t)-1, .height = (float32_t)-1} |
Invalid dwRectf. More... | |
Definition at line 52 of file GeometricDefs.h.
Definition at line 53 of file GeometricDefs.h.
|
static |
Identity for dwQuaterniond.
Definition at line 63 of file GeometricDefs.h.
|
static |
Identity for dwQuaternionf.
Definition at line 58 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 44 of file GeometricDefs.h.