nn::hid::CTR::Direction::Direction Constructor
Direction();
Direction(
const nn::math::VEC3 & vecx,
const nn::math::VEC3 & vecy,
const nn::math::VEC3 & vecz
);
Direction(
const nn::math::MTX33 & mtx33
);
| 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 matrix-corresponding elements to members. |
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 matrix-corresponding elements to members.
CONFIDENTIAL