Searched refs:axis (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-4.2.8-20130828/include/nn/math/ |
| D | math_Quaternion.h | 206 NN_MATH_INLINE QUAT* QUATRotAxisRad( QUAT* pOut, const VEC3 *axis, f32 rad ); 413 …ine QUAT* QUATRotAxisRad( QUAT* pOut, const VEC3& axis, f32 rad ) { return QUATRotAxisRad( pOut, &… in QUATRotAxisRad() argument
|
| D | math_Matrix44.h | 700 self_type& SetupRotate(const VEC3& axis, f32 thetaRad) in SetupRotate() argument 702 return *MTX44RotAxisRad(this, &axis, thetaRad); in SetupRotate()
|
| D | math_Matrix34.h | 761 self_type& SetupRotate(const VEC3& axis, f32 theta) in SetupRotate() argument 763 return *MTX34RotAxisRad(this, &axis, theta); in SetupRotate()
|
| /CTR-SDK-4.2.8-20130828/include/nn/math/inline/ |
| D | math_Quaternion.ipp | 157 QUATRotAxisRad( QUAT *pOut, const VEC3 *axis, f32 rad ) 163 NN_NULL_ASSERT( axis ); 165 VEC3Normalize(&nAxis, axis);
|
| /CTR-SDK-4.2.8-20130828/include/nn/math/ARMv6/inline/ |
| D | math_Matrix34.ipp | 461 f32 x, y, z; // x, y, z components of normalized axis 507 f32 x, y, z; // x, y, z components of normalized axis 979 // use negative value to look down (-Z) axis 1023 // use negative value to look down (-Z) axis 1173 …// Get 'right' by rotating the r-axis and u-axis cameraTwist values a half rotation clockwise on t… 1298 …// Get 'right' by rotating the r-axis and u-axis cameraTwist values a half rotation clockwise on t… 1359 // Rotate in the order of z-axis, x-axis, y-axis 1505 // Rotate in the order of z-axis, x-axis, y-axis
|
| D | math_Matrix44.ipp | 970 f32 x, y, z; // x, y, z components of normalized axis 1021 f32 x, y, z; // x, y, z components of normalized axis
|