nn::ulcd::CTR::StereoCamera::SetBaseFrustum Member Function

Syntax

#include <nn/ulcd.h>

void SetBaseFrustum(
     const nn::math::Matrix44 * proj
);

Arguments

Name Description
in proj Projection matrix to the base camera.

Return Values

None.

Description

Sets the parameters that form the base camera's view volume.

Performs an inverse calculation based on the specified projection matrix. Specify a matrix that was created using nn::math::MTX44Frustum or nn::math::MTX44Perspective.

Revision History

2010/04/02
Initial version.

CONFIDENTIAL