Searched refs:alt (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-2.4.0/include/nn/math/ |
| D | math_Vector4.h | 44 NN_MATH_INLINE VEC4* VEC4SafeNormalize(VEC4* pOut, const VEC4* p, const VEC4& alt); 184 self_type& SafeNormalize(const VEC4& alt) in SafeNormalize() 186 return *VEC4SafeNormalize(this, this, alt); in SafeNormalize() 276 …SafeNormalize(VEC4* pOut, const VEC4& v, const VEC4& alt) { return VEC4SafeNormalize( pOut, &v, al… in VEC4SafeNormalize() argument
|
| D | math_Vector2.h | 38 NN_MATH_INLINE VEC2* VEC2SafeNormalize(VEC2* pOut, const VEC2* p, const VEC2& alt); 160 self_type& SafeNormalize(const VEC2& alt) in SafeNormalize() 162 return *VEC2SafeNormalize(this, this, alt); in SafeNormalize() 412 …SafeNormalize(VEC2* pOut, const VEC2& v, const VEC2& alt) { return VEC2SafeNormalize( pOut, &v, al… in VEC2SafeNormalize() argument
|
| D | math_Vector3.h | 39 NN_MATH_INLINE VEC3* VEC3SafeNormalize(VEC3* pOut, const VEC3* p, const VEC3& alt); 175 self_type& SafeNormalize(const VEC3& alt) in SafeNormalize() 177 return *VEC3SafeNormalize(this, this, alt); in SafeNormalize() 475 …SafeNormalize(VEC3* pOut, const VEC3& v, const VEC3& alt) { return VEC3SafeNormalize( pOut, &v, al… in VEC3SafeNormalize() argument
|
| /CTR-SDK-2.4.0/include/nn/math/inline/ |
| D | math_Vector2.ipp | 106 VEC2SafeNormalize(VEC2* pOut, const VEC2* p, const VEC2& alt) 115 *pOut = alt;
|
| D | math_Vector3.ipp | 126 VEC3SafeNormalize(VEC3* pOut, const VEC3* p, const VEC3& alt) 141 *pOut = alt;
|
| D | math_Vector4.ipp | 223 VEC4SafeNormalize(VEC4* pOut, const VEC4* p, const VEC4& alt) 232 *pOut = alt;
|