nn::hid::CTR::Direction::Direction Constructor

Syntax

Direction();

Direction(
     const nn::math::VEC3 & vecx,
     const nn::math::VEC3 & vecy,
     const nn::math::VEC3 & vecz
);

Direction(
     const nn::math::MTX33 & mtx33
);

List of Overloaded Member Functions

Direction( ) Constructor.
Direction(const nn::math::VEC3 &, const nn::math::VEC3 &, const nn::math::VEC3 &) Constructor for copying members from vectors.
Direction(const nn::math::MTX33 &) Constructor for copying values from the corresponding elements of matrices to members.

Description of Direction( )

Constructor.

Description of Direction(const nn::math::VEC3 &, const nn::math::VEC3 &, const nn::math::VEC3 &)

Constructor for copying members from vectors.

Description of Direction(const nn::math::MTX33 &)

Constructor for copying values from the corresponding elements of matrices to members.


CONFIDENTIAL