Go to the source code of this file.
|
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...
|
|
◆ dwBox2D
◆ dwBox2Df
◆ DW_IDENTITY_QUATERNIOND
◆ DW_IDENTITY_QUATERNIONF
const dwQuaternionf DW_IDENTITY_QUATERNIONF = {0.f, 0.f, 0.f, 1.f} |
|
static |
◆ DW_INVALID_RECT
const dwRect DW_INVALID_RECT = {.x = 0, .y = 0, .width = -1, .height = -1} |
|
static |
◆ DW_INVALID_RECTF