Searched refs:cosy (Results 1 – 2 of 2) sorted by relevance
| /NW4C-1.3.3/sources/libraries/lyt/ |
| D | lyt_Pane.cpp | 245 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/ |
| D | gfx_ParticleVShader.vsh | 172 #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
|