nn::hid::CTR::Direction Structure

Syntax

struct Direction
{
   nn::math::VEC3 x;
   nn::math::VEC3 y;
   nn::math::VEC3 z;
};

Description

Structure storing the 3D attitude.

Member Variables

x nn::math::VEC3 The x-component of the attitude.
y nn::math::VEC3 The y-component of the attitude.
z nn::math::VEC3 The z-component of the attitude.

Member Functions

Direction Constructor.
ToMTX33 Creates a MTX33 structure from members.

Revision History

2010/10/20
Initial version.

CONFIDENTIAL