nn::hid::CTR::AccelerometerReader::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 currently specified to use for axial rotation of the accelerometer's sampling data.

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