#include "xsarray.h"

Go to the source code of this file.
Macros | |
| #define | XsQuaternionArray_destruct(thisPtr) XsArray_destruct(thisPtr) |
| #define | XSQUATERNIONARRAY_INITIALIZER XSARRAY_INITIALIZER(&g_xsQuaternionArrayDescriptor) |
Typedefs | |
| typedef struct XsQuaternionArray | XsQuaternionArray |
Functions | |
| XSARRAY_STRUCT (XsQuaternionArray, struct XsQuaternion) | |
| XSTYPES_DLL_API void | XsQuaternionArray_construct (XsQuaternionArray *thisPtr, XsSize count, struct XsQuaternion const *src) |
Variables | |
| const XsArrayDescriptor XSTYPES_DLL_API | g_xsQuaternionArrayDescriptor |
| Descriptor for XsQuaternionArray. More... | |
| #define XsQuaternionArray_destruct | ( | thisPtr | ) | XsArray_destruct(thisPtr) |
Definition at line 85 of file xsquaternionarray.h.
| #define XSQUATERNIONARRAY_INITIALIZER XSARRAY_INITIALIZER(&g_xsQuaternionArrayDescriptor) |
Definition at line 78 of file xsquaternionarray.h.
| typedef struct XsQuaternionArray XsQuaternionArray |
Definition at line 82 of file xsquaternionarray.h.
| XSARRAY_STRUCT | ( | XsQuaternionArray | , |
| struct XsQuaternion | |||
| ) |
| XSTYPES_DLL_API void XsQuaternionArray_construct | ( | XsQuaternionArray * | thisPtr, |
| XsSize | count, | ||
| struct XsQuaternion const * | src | ||
| ) |
| const XsArrayDescriptor XSTYPES_DLL_API g_xsQuaternionArrayDescriptor |
Descriptor for XsQuaternionArray.
Definition at line 83 of file xsquaternionarray.c.