Home
last modified time | relevance | path

Searched refs:VECCrossProduct (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-2.1/include/revolution/
Dmtx.h441 #define VECCrossProduct PSVECCrossProduct macro
452 #define VECCrossProduct C_VECCrossProduct macro
/RvlSDK-2.1/build/demos/gxdemo/src/Transform/
Dtf-stitch.c474 VECCrossProduct(&axis, &normal, &axis); in ComputeNormalRotMtx()
/RvlSDK-2.1/build/demos/gxdemo/src/TexGen/
Dtg-light-fx.c760 VECCrossProduct(&vhalf, &vview, &vaxis); // rotation axis in SetTexGenMtx2()
/RvlSDK-2.1/build/libraries/mtx/src/
Dmtx.c2460 VECCrossProduct ( camUp, &vLook, &vRight ); in C_MTXLookAt()
2465 VECCrossProduct( &vLook, &vRight, &vUp ); in C_MTXLookAt()