#include <LeapMath.h>
The FloatArray struct is used to allow the returning of native float arrays without requiring dynamic memory allocation. It represents a matrix with a size up to 4x4.
| Public Attributes | |
| float | m_array [16] | 
| Public Member Functions | |
| float & | operator[] (unsigned int index) | 
| operator float * () | |
| operator const float * () const | |
| float Leap::FloatArray::m_array[16] | 
An array containing up to 16 entries of the matrix
| 
 | inline | 
Use the Float Array anywhere a const float pointer can be used
| 
 | inline | 
Use the Float Array anywhere a float pointer can be used
| 
 | inline | 
Access the elements of the float array exactly like a native array