nn::hid::CTR::GyroscopeReader::GetAxisRotationMatrix Member Function

Syntax

nn::math::MTX34 GetAxisRotationMatrix() const;

void GetAxisRotationMatrix(
     nn::math::MTX34 * pMtx
) const;

List of Overloaded Member Functions

GetAxisRotationMatrix ( ) Gets the rotation matrix used for axial rotation.
GetAxisRotationMatrix ( nn::math::MTX34 * ) Gets the rotation matrix used for axial rotation.

Description of GetAxisRotationMatrix ( )

Using this function is not recommended because it uses more overhead than GetAxisRotationMatrix(nn::math::MTX34* pMtx).

Description of GetAxisRotationMatrix ( nn::math::MTX34 * )


CONFIDENTIAL