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

Syntax

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

Parameters

None.

Return Values

The rotation matrix that is currently set.

Description

Gets the rotation matrix used for axial rotation.

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

Revision History

2010/10/20
Initial version.

CONFIDENTIAL