Lines Matching refs:MTX44
23 MTX44
38 NN_MATH_INLINE MTX44*
39 MTX44Zero(MTX44* pOut)
57 NN_MATH_INLINE MTX44*
58 MTX44Identity(MTX44* pOut)
62 MTX44Copy(pOut, MTX44::Identity());
76 NN_MATH_INLINE MTX44*
77 MTX44Sub(MTX44* pOut, const MTX44* p1, const MTX44* p2)
110 MTX44IsIdentity(const MTX44* p)
127 inline MTX44*
128 MTX44Pivot( MTX44* pOut, PivotDirection pivot )
211 NN_MATH_INLINE MTX44*
212 MTX44FrustumPivot(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f, PivotDirection pivot)
235 NN_MATH_INLINE MTX44*
236 MTX44OrthoPivot(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f, PivotDirection pivot)
257 NN_MATH_INLINE MTX44*
258 MTX44PerspectivePivotRad(MTX44* pOut, f32 fovy, f32 aspect, f32 n, f32 f, PivotDirection pivot)
280 NN_MATH_INLINE MTX44*
281 MTX44MultArray(MTX44* pOut, const MTX44* __restrict p1, const MTX44* __restrict pSrc, s32 count)
283 MTX44* pOutBase = pOut;
321 NN_MATH_INLINE MTX44*
322 MTX44RotAxisFIdx(MTX44* pOut, const VEC3* pAxis, f32 fIdx)