Home
last modified time | relevance | path

Searched refs:PivotDirection (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-0.13.2/include/nn/ulcd/CTR/
Dulcd_StereoCamera.h150 … 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-0.13.2/include/nn/math/
Dmath_Matrix44.h37 enum PivotDirection enum
84 …4FrustumPivot(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f, PivotDirection pivot = PIVOT_…
85 …X44OrthoPivot(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f, PivotDirection pivot = PIVOT_…
86 …PerspectivePivotRad(MTX44* pOut, f32 fovy, f32 aspect, f32 n, f32 f, PivotDirection pivot = PIVOT_…
108 NN_FORCE_INLINE MTX44* MTX44Pivot( MTX44* pOut, PivotDirection pivot );
153 MTX44PerspectivePivotDeg(MTX44* pOut, f32 fovy, f32 aspect, f32 n, f32 f, PivotDirection pivot = PI…
443 …self_type& SetupFrustum(f32 l, f32 r, f32 b, f32 t, f32 n, f32 f, PivotDirection pivot = PIVOT_NON…
459 … self_type& SetupOrtho(f32 l, f32 r, f32 b, f32 t, f32 n, f32 f, PivotDirection pivot = PIVOT_NONE)
472 …self_type& SetupPerspective(f32 fovyRad, f32 aspect, f32 n, f32 f, PivotDirection pivot = PIVOT_NO…
1004 MTX44Pivot( MTX44* pOut, PivotDirection pivot ) in MTX44Pivot()
/CTR-SDK-0.13.2/include/nn/math/ARMv6/
Dmath_Matrix44.h50 inline MTX44* MTX44PivotC( MTX44* pOut, PivotDirection pivot );
51 inline MTX44* MTX44PivotC_FAST( MTX44* pOut, PivotDirection pivot );
/CTR-SDK-0.13.2/include/nn/math/inline/
Dmath_Matrix44.ipp128 MTX44Pivot( MTX44* pOut, PivotDirection pivot )
212 MTX44FrustumPivot(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f, PivotDirection pivot)
236 MTX44OrthoPivot(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f, PivotDirection pivot)
258 MTX44PerspectivePivotRad(MTX44* pOut, f32 fovy, f32 aspect, f32 n, f32 f, PivotDirection pivot)
/CTR-SDK-0.13.2/include/nn/math/ARMv6/inline/
Dmath_Matrix44.ipp511 MTX44PivotC( MTX44* pOut, PivotDirection pivot )
577 MTX44PivotC_FAST( MTX44* pOut, PivotDirection pivot )