Home
last modified time | relevance | path

Searched refs:Mat34 (Results 1 – 6 of 6) sorted by relevance

/CafeSDK-2.12.13/system/include/cafe/mtx/
DmatVec.h47 static inline void MAT34Identity ( Mat34 *m ) in MAT34Identity()
62 static inline void MAT34Copy ( const Mat34 *src, Mat34 *dst ) in MAT34Copy()
81 static inline void MAT34Concat ( const Mat34 *a, const Mat34 *b, Mat34 *ab ) in MAT34Concat()
104 static inline void MAT34ConcatArray ( const Mat34 *a, const Mat34 *srcBase, Mat34 *dstBase, u32 cou… in MAT34ConcatArray()
127 static inline void MAT34Transpose ( const Mat34 *src, Mat34 *xPose ) in MAT34Transpose()
156 static inline u32 MAT34Inverse ( const Mat34 *src, Mat34 *inv ) in MAT34Inverse()
180 static inline u32 MAT34InvXpose ( const Mat34 *src, Mat34 *invX ) in MAT34InvXpose()
204 static inline void MAT34MultVec ( const Mat34 *m, const Vec *src, Vec *dst ) in MAT34MultVec()
226 static inline void MAT34MultVecArray ( const Mat34 *m, const Vec *srcBase, Vec *dstBase, u32 coun… in MAT34MultVecArray()
249 static inline void MAT34MultVecSR ( const Mat34 *m, const Vec *src, Vec *dst ) in MAT34MultVecSR()
[all …]
DmtxGeoTypes.h131 } Mat34; typedef
184 Mat34 *stackBase; ///< Base pointer of the stack
185 Mat34 *stackPtr; ///< Current stack pointer. NULL if stack is empty.
Dmat44.h375 static inline void MAT34To44( const Mat34 *src, Mat44 *dst ) in MAT34To44()
/CafeSDK-2.12.13/system/src/lib/mtx/headers/cafe/mtx/
DmatVec.h47 static inline void MAT34Identity ( Mat34 *m ) in MAT34Identity()
62 static inline void MAT34Copy ( const Mat34 *src, Mat34 *dst ) in MAT34Copy()
81 static inline void MAT34Concat ( const Mat34 *a, const Mat34 *b, Mat34 *ab ) in MAT34Concat()
104 static inline void MAT34ConcatArray ( const Mat34 *a, const Mat34 *srcBase, Mat34 *dstBase, u32 cou… in MAT34ConcatArray()
127 static inline void MAT34Transpose ( const Mat34 *src, Mat34 *xPose ) in MAT34Transpose()
156 static inline u32 MAT34Inverse ( const Mat34 *src, Mat34 *inv ) in MAT34Inverse()
180 static inline u32 MAT34InvXpose ( const Mat34 *src, Mat34 *invX ) in MAT34InvXpose()
204 static inline void MAT34MultVec ( const Mat34 *m, const Vec *src, Vec *dst ) in MAT34MultVec()
226 static inline void MAT34MultVecArray ( const Mat34 *m, const Vec *srcBase, Vec *dstBase, u32 coun… in MAT34MultVecArray()
249 static inline void MAT34MultVecSR ( const Mat34 *m, const Vec *src, Vec *dst ) in MAT34MultVecSR()
[all …]
DmtxGeoTypes.h131 } Mat34; typedef
184 Mat34 *stackBase; ///< Base pointer of the stack
185 Mat34 *stackPtr; ///< Current stack pointer. NULL if stack is empty.
Dmat44.h375 static inline void MAT34To44( const Mat34 *src, Mat44 *dst ) in MAT34To44()