Home
last modified time | relevance | path

Searched refs:MTX_QUAT_3 (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.2/build/libraries/mtx/include/
DmtxAssert.h95 #define MTX_QUAT_3 "MTXQuat(): zero-value quaternion " macro
/RvlSDK-3.2/build/libraries/mtx/src/
Dmtx.c2146 ASSERTMSG( ( q->x || q->y || q->z || q->w ), MTX_QUAT_3 ); in C_MTXQuat()