Constants encompassing user type identifiers for the wrapping of nkMaths. More...
Static Public Attributes | |
static const nkMemory::String | NAMESPACE |
Identifies the namespace with nkMaths. | |
static const nkMemory::String | MATRIX |
Identifies a nkMaths::Matrix with nkMaths.Matrix. | |
static const nkMemory::String | QUATERNION |
Identifies a nkMaths::Quaternion with nkMaths.Quaternion. | |
static const nkMemory::String | VECTOR |
Identifies a nkMaths::Vector with nkMaths.Vector. | |
static const nkMemory::String | VECTOR_BUFFER_CAST |
Identifies a nkMemory::BufferCast<nkMaths::Vector> with nkMaths.BufferCastVector. | |
static const nkMemory::String | VECTOR_BUFFER_VIEW |
Identifies a nkMemory::BufferView<nkMaths::Vector> with nkMaths.BufferViewVector. | |
static const nkMemory::String | MATH_CONSTANTS |
Identifies the nkMaths::MathConstants class with nkMaths.MathConstants. | |
Constants encompassing user type identifiers for the wrapping of nkMaths.
Use those constant identifiers to identify wrapped types when wrapping your own functions.