Lines Matching refs:MTX44
23 MTX44
26 NN_MATH_INLINE MTX44*
27 MTX44FrustumPivot(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f, PivotDirection pivot)
35 NN_MATH_INLINE MTX44*
36 MTX44Identity(MTX44* pOut)
40 MTX44Copy(pOut, MTX44::Identity());
46 MTX44IsIdentity(const MTX44* p)
63 inline MTX44*
64 MTX44Pivot( MTX44* pOut, PivotDirection pivot )
132 NN_MATH_INLINE MTX44*
133 MTX44MultArray(MTX44* pOut, const MTX44* __restrict p1, const MTX44* __restrict pSrc, s32 count)
135 MTX44* pOutBase = pOut;
163 NN_MATH_INLINE MTX44*
164 MTX44OrthoPivot(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f, PivotDirection pivot)
172 NN_MATH_INLINE MTX44*
173 MTX44PerspectivePivotRad(MTX44* pOut, f32 fovy, f32 aspect, f32 n, f32 f, PivotDirection pivot)
181 NN_MATH_INLINE MTX44*
182 MTX44RotAxisFIdx(MTX44* pOut, const VEC3* pAxis, f32 fIdx)
190 NN_MATH_INLINE MTX44*
191 MTX44Sub(MTX44* pOut, const MTX44* p1, const MTX44* p2)
216 NN_MATH_INLINE MTX44*
217 MTX44Zero(MTX44* pOut)