DriveWorks SDK Reference
5.16.65 Release
For Test and Development only

GeometricDefs.h File Reference

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...
 

Typedef Documentation

◆ dwBox2D

typedef dwRect dwBox2D

Definition at line 52 of file GeometricDefs.h.

◆ dwBox2Df

typedef dwRectf dwBox2Df

Definition at line 53 of file GeometricDefs.h.

Variable Documentation

◆ DW_IDENTITY_QUATERNIOND

const dwQuaterniond DW_IDENTITY_QUATERNIOND = {0., 0., 0., 1.}
static

Identity for dwQuaterniond.

Definition at line 63 of file GeometricDefs.h.

◆ DW_IDENTITY_QUATERNIONF

const dwQuaternionf DW_IDENTITY_QUATERNIONF = {0.f, 0.f, 0.f, 1.f}
static

Identity for dwQuaternionf.

Definition at line 58 of file GeometricDefs.h.

◆ DW_INVALID_RECT

const dwRect DW_INVALID_RECT = {.x = 0, .y = 0, .width = -1, .height = -1}
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.

◆ DW_INVALID_RECTF

const dwRectf DW_INVALID_RECTF = {.x = (float32_t)0, .y = (float32_t)0, .width = (float32_t)-1, .height = (float32_t)-1}
static

Invalid dwRectf.

An invalid dwRectf is not able to draw. Cannot use an invalid dwRectf in any calculation.

Definition at line 50 of file GeometricDefs.h.