XsReal XSCCONST m_fixedData[3]
Fixed size storage for the components in the vector. 
 
XsVector m_vector
The underlying vector. 
 
XSTYPES_DLL_API const XsReal XsMath_zero
 
XSTYPES_DLL_API void XsVector3_assign(XsVector3 *thisPtr, const XsReal *src)
 
XSTYPES_DLL_API void XsVector3_copy(XsVector *copy, XsVector3 const *src)
 
XSTYPES_DLL_API void XsVector3_construct(XsVector3 *thisPtr, const XsReal *src)
 
struct XsVector3 XsVector3
 
double XsReal
Defines the floating point type used by the Xsens libraries. 
 
The contained data points to a fixed-size buffer, this allows creation of dynamic objects on the stac...
 
XSTYPES_DLL_API void XsVector3_destruct(XsVector3 *thisPtr)