API Documentation
Static Public Attributes | List of all members
nkAstraeus::nkMathsWrap::Constants Struct Reference

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.
 

Detailed Description

Constants encompassing user type identifiers for the wrapping of nkMaths.

Use those constant identifiers to identify wrapped types when wrapping your own functions.


The documentation for this struct was generated from the following file: