Home
last modified time | relevance | path

Searched refs:pivot (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/Demo/ScreenCapture/
Dgx_CaptureUtil.cpp45 … s32 div, s32 indexV, s32 indexH, const f32 dist, nn::math::PivotDirection pivot) in GetProjectionForPartialCapture() argument
51 NN_ASSERT( nn::math::PIVOT_NONE <= pivot || pivot <= nn::math::PIVOT_NUM ); in GetProjectionForPartialCapture()
72 nn::math::MTX44FrustumPivot(pOut, partLeft, partRight, partBottom, partTop, near, far, pivot); in GetProjectionForPartialCapture()
DTriangleSimple.cpp48 … s32 div, s32 indexH, s32 indexV, const f32 dist, nn::math::PivotDirection pivot);