Lines Matching refs:m
71 f32 m[4][3]; member
152 column.x = this->m[0][index]; in GetColumn()
153 column.y = this->m[1][index]; in GetColumn()
154 column.z = this->m[2][index]; in GetColumn()
155 column.w = this->m[3][index]; in GetColumn()
163 this->m[0][index] = column.x; in SetColumn()
164 this->m[1][index] = column.y; in SetColumn()
165 this->m[2][index] = column.z; in SetColumn()
166 this->m[3][index] = column.w; in SetColumn()
338 inline bool MTX44IsIdentity(const MTX43& m) { return MTX43IsIdentity( &m ); } in MTX44IsIdentity() argument
339 inline MTX43* MTX43Copy(MTX43* pOut, const MTX43& m) { return MTX43Copy( pOut, &m ); } in MTX43Copy() argument
343 inline MTX43* MTX43Mult(MTX43* pOut, const MTX43& m, f32 f) { return MTX43Mult( pOut, &m, f); } in MTX43Mult() argument