Lines Matching refs:MTX34
23 MTX34
38 NN_MATH_INLINE MTX34*
39 MTX34Zero(MTX34* pOut)
55 NN_MATH_INLINE MTX34*
56 MTX34Identity(MTX34* pOut)
60 MTX34Copy(pOut, MTX34::Identity());
74 MTX34IsIdentity(const MTX34* p)
90 NN_MATH_INLINE MTX34*
91 MTX34Sub(MTX34* pOut, const MTX34* p1, const MTX34* p2)
121 NN_MATH_INLINE MTX34*
122 MTX34RotAxisFIdx(MTX34* pOut, const VEC3* pAxis, f32 fIdx)
142 NN_MATH_INLINE MTX34*
143 MTX34RotXYZTranslateFIdx(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ, const VEC3* pT)
161 MTX34InvTranspose(MTX33* pOut, const MTX34* __restrict p)
163 MTX34 tmp;
180 NN_MATH_INLINE MTX34*
181 MTX34MultArray(MTX34* pOut, const MTX34* __restrict p1, const MTX34* __restrict pSrc, s32 count)
183 MTX34* pOutBase = pOut;
217 NN_MATH_INLINE MTX34*
218 MTX34TextureProjectionFrustum(MTX34* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 scaleS, f32 scale…
259 NN_MATH_INLINE MTX34*
260 MTX34TextureProjectionPerspective(MTX34* pOut, f32 fovy, f32 aspect, f32 scaleS, f32 scaleT, f32 tr…
304 NN_MATH_INLINE MTX34*
305 MTX34TextureProjectionOrtho(MTX34* pOut, f32 l, f32 r, f32 b, f32 t, f32 scaleS, f32 scaleT, f32 tr…