nn::ulcd::CTR::StereoCamera::Initialize Member Function

Syntax

#include <nn/ulcd.h>

void Initialize(
     void
);

Parameters

None.

Return Values

None.

Description

Initializes the module that generates camera matrices for stereoscopic vision.

It initializes the instance's internal value to 0. (This value indicates the result of the most recent call to a function like CalculateMatrices or CalculateMatricesReal.)

Revision History

2010/09/28
Deleted text due to the change to not call the nn::hid::Initialize function.
2010/04/02
Initial version.

CONFIDENTIAL