Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Pane.cpp247 register f32 siny, cosy; in MakeMatrixSRT() local
251 nn::math::SinCosDeg(&siny, &cosy, r.y); in MakeMatrixSRT()
258 const f32 tmp00 = s.x * (cosy * cosz); in MakeMatrixSRT()
259 const f32 tmp10 = s.x * (cosy * sinz); in MakeMatrixSRT()
264 const f32 tmp21 = s.y * ((sinx * cosy)); in MakeMatrixSRT()
268 const f32 tmp22 = (cosx * cosy); in MakeMatrixSRT()
/NW4C-2.0.3/sources/shaders/gfx/ParticleShader/
Dgfx_ParticleVShader.vsh174 #define cosy TEMP4.z
183 mul mat0.x, cosz, cosy
184 mul mat1.x, sinz, cosy
185 mul mat2.y, sinx, cosy
186 mul mat2.z, cosx, cosy
198 #undef cosy