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 The x component of the attitude.
y The y component of the attitude.
z The z component of the attitude.

Member Functions

Direction Constructor.
ToMTX33 Creates MTX33 structure from members

CONFIDENTIAL