nn::hid::CTR::AccelerometerReader::GetAxisRotationMatrix Member Functionnn::math::MTX34 GetAxisRotationMatrix() const; void GetAxisRotationMatrix( nn::math::MTX34 * pMtx ) const;
| GetAxisRotationMatrix ( ) | Gets the rotation matrix currently specified to use for axial rotation of the accelerometer's sampling data. |
| GetAxisRotationMatrix ( nn::math::MTX34 * ) | Gets the rotation matrix currently specified to use for axial rotation of the accelerometer's sampling data. |
GetAxisRotationMatrix ( )Using this function is not recommended because it uses more overhead than GetAxisRotationMatrix(nn::math::MTX34* pMtx).
GetAxisRotationMatrix ( nn::math::MTX34 * )CONFIDENTIAL