Searched refs:axis (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/math/inline/ |
| D | math_Quaternion.ipp | 370 @brief axisによって指定された( x, y, z )からなる任意の軸に関する回転を 374 @param[in] axis 回転軸の成分を持つVec構造体へのポインタ。 375 axisは、単位ベクトルである必要はありません。 381 QUATRotAxisRad( QUAT *pOut, const VEC3 *axis, f32 rad ) 387 NN_NULL_ASSERT( axis ); 389 VEC3Normalize(&nAxis, axis);
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ |
| D | math_Quaternion.h | 45 NN_MATH_INLINE QUAT* QUATRotAxisRad( QUAT* pOut, const VEC3 *axis, f32 rad ); 226 …ine QUAT* QUATRotAxisRad( QUAT* pOut, const VEC3& axis, f32 rad ) { return QUATRotAxisRad( pOut, &… in QUATRotAxisRad() argument
|
| D | math_Matrix34.h | 360 self_type& SetupRotate(const VEC3& axis, f32 theta) in SetupRotate() 362 return *MTX34RotAxisRad(this, &axis, theta); in SetupRotate()
|
| D | math_Matrix44.h | 427 self_type& SetupRotate(const VEC3& axis, f32 thetaRad) in SetupRotate() 429 return *MTX44RotAxisRad(this, &axis, thetaRad); in SetupRotate()
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ARMv6/inline/ |
| D | math_Matrix34.ipp | 460 f32 x, y, z; // x, y, z components of normalized axis 506 f32 x, y, z; // x, y, z components of normalized axis 973 // use negative value to look down (-Z) axis 1017 // use negative value to look down (-Z) 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
|