nn::ulcd::CTR::StereoCamera::GetDistanceToFarClip Member Function#include <nn/ulcd.h>
f32 GetDistanceToFarClip(
void
) const;
None.
Gets the distance from the camera to the far clipping plane.
Returns the distance between (1) the new camera position after correction using the calculations of the CalculateMatricesReal function and (2) the new far clipping plane that was moved in the same way.
If the last executed function is the CalculateMatrices function, this function returns the distance between the new camera position and the far clipping plane of the base camera set during the call, unchanged.
The calculations made by this function are based on the results obtained during the last call to either CalculateMatrices or CalculateMatricesReal.
CONFIDENTIAL