Searched refs:PivotDirection (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-4.2.8-20130828/include/nn/ulcd/CTR/ |
| D | ulcd_StereoCamera.h | 150 … const nn::math::PivotDirection pivot = nn::math::PIVOT_UPSIDE_TO_TOP); 168 … const nn::math::PivotDirection pivot = nn::math::PIVOT_UPSIDE_TO_TOP);
|
| /CTR-SDK-4.2.8-20130828/include/nn/math/ |
| D | math_Matrix44.h | 32 enum PivotDirection enum 104 …4FrustumPivot(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f, PivotDirection pivot = PIVOT_… 243 …X44OrthoPivot(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f, PivotDirection pivot = PIVOT_… 278 …PerspectivePivotDeg(MTX44* pOut, f32 fovy, f32 aspect, f32 n, f32 f, PivotDirection pivot = PIVOT_… 293 …PerspectivePivotRad(MTX44* pOut, f32 fovy, f32 aspect, f32 n, f32 f, PivotDirection pivot = PIVOT_… 316 NN_FORCE_INLINE MTX44* MTX44Pivot( MTX44* pOut, PivotDirection pivot ); 716 …self_type& SetupFrustum(f32 l, f32 r, f32 b, f32 t, f32 n, f32 f, PivotDirection pivot = PIVOT_NON… 732 … self_type& SetupOrtho(f32 l, f32 r, f32 b, f32 t, f32 n, f32 f, PivotDirection pivot = PIVOT_NONE) 745 …self_type& SetupPerspective(f32 fovyRad, f32 aspect, f32 n, f32 f, PivotDirection pivot = PIVOT_NO… 1086 MTX44PerspectivePivotDeg(MTX44* pOut, f32 fovy, f32 aspect, f32 n, f32 f, PivotDirection pivot) in MTX44PerspectivePivotDeg() [all …]
|
| /CTR-SDK-4.2.8-20130828/include/nn/math/inline/ |
| D | math_Matrix44.ipp | 27 MTX44FrustumPivot(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f, PivotDirection pivot) 64 MTX44Pivot( MTX44* pOut, PivotDirection pivot ) 164 MTX44OrthoPivot(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f, PivotDirection pivot) 173 MTX44PerspectivePivotRad(MTX44* pOut, f32 fovy, f32 aspect, f32 n, f32 f, PivotDirection pivot)
|
| /CTR-SDK-4.2.8-20130828/include/nn/math/ARMv6/ |
| D | math_Matrix44.h | 50 inline MTX44* MTX44PivotC( MTX44* pOut, PivotDirection pivot ); 51 inline MTX44* MTX44PivotC_FAST( MTX44* pOut, PivotDirection pivot );
|
| /CTR-SDK-4.2.8-20130828/include/nn/math/ARMv6/inline/ |
| D | math_Matrix44.ipp | 511 MTX44PivotC( MTX44* pOut, PivotDirection pivot ) 577 MTX44PivotC_FAST( MTX44* pOut, PivotDirection pivot )
|