Lines Matching refs:o
216 MakeMatrixSRT(NW_LYT_WRITEONLY nw::math::MTX34& o, const nw::math::VEC2& s, const f32 rotateZ, cons… in MakeMatrixSRT() argument
227 o.m[0][0] = tmp0; in MakeMatrixSRT()
228 o.m[0][1] = tmp1; in MakeMatrixSRT()
229 o.m[0][2] = 0.f; in MakeMatrixSRT()
230 o.m[0][3] = t.x; in MakeMatrixSRT()
232 o.m[1][0] = tmp2; in MakeMatrixSRT()
233 o.m[1][1] = tmp3; in MakeMatrixSRT()
234 o.m[1][2] = 0.f; in MakeMatrixSRT()
235 o.m[1][3] = t.y; in MakeMatrixSRT()
237 o.m[2][0] = 0.f; in MakeMatrixSRT()
238 o.m[2][1] = 0.f; in MakeMatrixSRT()
239 o.m[2][2] = 1.f; in MakeMatrixSRT()
240 o.m[2][3] = t.z; in MakeMatrixSRT()
244 MakeMatrixSRT(NW_LYT_WRITEONLY nw::math::MTX34& o, const nw::math::VEC2& s, const nw::math::VEC3& r… in MakeMatrixSRT() argument
270 o.m[0][0] = tmp00; in MakeMatrixSRT()
271 o.m[0][1] = tmp01; in MakeMatrixSRT()
272 o.m[0][2] = tmp02; in MakeMatrixSRT()
273 o.m[0][3] = t.x; in MakeMatrixSRT()
275 o.m[1][0] = tmp10; in MakeMatrixSRT()
276 o.m[1][1] = tmp11; in MakeMatrixSRT()
277 o.m[1][2] = tmp12; in MakeMatrixSRT()
278 o.m[1][3] = t.y; in MakeMatrixSRT()
280 o.m[2][0] = tmp20; in MakeMatrixSRT()
281 o.m[2][1] = tmp21; in MakeMatrixSRT()
282 o.m[2][2] = tmp22; in MakeMatrixSRT()
283 o.m[2][3] = t.z; in MakeMatrixSRT()