Lines Matching refs:m
163 f32 m[4][3]; // member
246 column.x = this->m[0][index]; in GetColumn()
247 column.y = this->m[1][index]; in GetColumn()
248 column.z = this->m[2][index]; in GetColumn()
249 column.w = this->m[3][index]; in GetColumn()
257 this->m[0][index] = column.x; in SetColumn()
258 this->m[1][index] = column.y; in SetColumn()
259 this->m[2][index] = column.z; in SetColumn()
260 this->m[3][index] = column.w; in SetColumn()
419 inline bool MTX44IsIdentity(const MTX43& m) { return MTX43IsIdentity( &m ); } in MTX44IsIdentity() argument
420 inline MTX43* MTX43Copy(MTX43* pOut, const MTX43& m) { return MTX43Copy( pOut, &m ); } in MTX43Copy() argument
424 inline MTX43* MTX43Mult(MTX43* pOut, const MTX43& m, f32 f) { return MTX43Mult( pOut, &m, f); } in MTX43Mult() argument