Home
last modified time | relevance | path

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

/RvlSDK-3.2/include/revolution/
Dmtx.h389 f32 scaleS, f32 scaleT, f32 transS,
393 f32 scaleT, f32 transS, f32 transT );
396 f32 scaleT, f32 transS, f32 transT );
/RvlSDK-3.2/build/libraries/mtx/src/
Dmtx.c2534 float scaleS, float scaleT, float transS, in C_MTXLightFrustum() argument
2550 m[0][2] = (((r + l) * tmp) * scaleS) - transS; in C_MTXLightFrustum()
2599 float scaleT, float transS, float transT ) in C_MTXLightPerspective() argument
2616 m[0][2] = -transS; in C_MTXLightPerspective()
2667 float scaleT, float transS, float transT ) in C_MTXLightOrtho() argument
2683 m[0][3] = ((-(r + l) * tmp) * scaleS) + transS; in C_MTXLightOrtho()