Go to the source code of this file.
Functions | |
int | compareQuat (XsQuaternion const *a, XsQuaternion const *b) |
The function to use for comparing two items. More... | |
void | XsQuaternionArray_construct (XsQuaternionArray *thisPtr, XsSize count, XsQuaternion const *src) |
Variables | |
const XsArrayDescriptor | g_xsQuaternionArrayDescriptor |
Descriptor for XsQuaternionArray. More... | |
int compareQuat | ( | XsQuaternion const * | a, |
XsQuaternion const * | b | ||
) |
The function to use for comparing two items.
a | Left hand side of comparison. |
b | Right hand side of comparison. |
Definition at line 77 of file xsquaternionarray.c.
void XsQuaternionArray_construct | ( | XsQuaternionArray * | thisPtr, |
XsSize | count, | ||
XsQuaternion const * | src | ||
) |
Definition at line 98 of file xsquaternionarray.c.
const XsArrayDescriptor g_xsQuaternionArrayDescriptor |
Descriptor for XsQuaternionArray.
Definition at line 83 of file xsquaternionarray.c.