Home
last modified time | relevance | path

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

/RvlSDK-3.2/include/revolution/
Dmtx.h444 #define VECCrossProduct PSVECCrossProduct macro
455 #define VECCrossProduct C_VECCrossProduct macro
/RvlSDK-3.2/build/demos/gxdemo/src/Transform/
Dtf-stitch.c484 VECCrossProduct(&axis, &normal, &axis); in ComputeNormalRotMtx()
/RvlSDK-3.2/build/demos/gxdemo/src/TexGen/
Dtg-light-fx.c760 VECCrossProduct(&vhalf, &vview, &vaxis); // rotation axis in SetTexGenMtx2()
/RvlSDK-3.2/build/libraries/mtx/src/
Dmtx.c2452 VECCrossProduct ( camUp, &vLook, &vRight ); in C_MTXLookAt()
2457 VECCrossProduct( &vLook, &vRight, &vUp ); in C_MTXLookAt()