Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/mtx/include/
DmtxAssert.h116 #define MTX_PERSPECTIVE_2 "MTXPerspective(): 'fovY' out of range " macro
/RvlSDK-3.2/build/libraries/mtx/src/
Dmtx44.c185 ASSERTMSG( ( (fovY > 0.0) && ( fovY < 180.0) ), MTX_PERSPECTIVE_2 ); in C_MTXPerspective()