Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Pane.cpp245 register f32 siny, cosy; in MakeMatrixSRT() local
249 nn::math::SinCosDeg(&siny, &cosy, r.y); in MakeMatrixSRT()
256 const f32 tmp00 = s.x * (cosy * cosz); in MakeMatrixSRT()
257 const f32 tmp10 = s.x * (cosy * sinz); in MakeMatrixSRT()
262 const f32 tmp21 = s.y * ((sinx * cosy)); in MakeMatrixSRT()
266 const f32 tmp22 = (cosx * cosy); in MakeMatrixSRT()
/NW4C-1.3.3/sources/shaders/gfx/ParticleShader/
Dgfx_ParticleVShader.vsh172 #define cosy TEMP4.z
181 mul mat0.x, cosz, cosy
182 mul mat1.x, sinz, cosy
183 mul mat2.y, sinx, cosy
184 mul mat2.z, cosx, cosy
196 #undef cosy