Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/Demo/ScreenCapture/
Dgx_CaptureUtil.cpp63 f32 partLeft, partRight, partTop, partBottom; in GetProjectionForPartialCapture() local
68partBottom = (static_cast<f32>(indexV + 1)/divV * bottom + (divV - static_cast<f32>(indexV + 1))/d… in GetProjectionForPartialCapture()
72 nn::math::MTX44FrustumPivot(pOut, partLeft, partRight, partBottom, partTop, near, far, pivot); in GetProjectionForPartialCapture()