nn::hid::CTR::GyroscopeReader::GetAxisRotationMatrix Member Functionnn::math::MTX34 GetAxisRotationMatrix() const; void GetAxisRotationMatrix( nn::math::MTX34 * pMtx ) const;
| GetAxisRotationMatrix ( ) | Gets the rotation matrix used for axial rotation. |
| GetAxisRotationMatrix ( nn::math::MTX34 * ) | Gets the rotation matrix used for axial rotation. |
GetAxisRotationMatrix ( )Using this function is not recommended because it uses more overhead than GetAxisRotationMatrix(nn::math::MTX34* pMtx).
GetAxisRotationMatrix ( nn::math::MTX34 * )CONFIDENTIAL