Searched refs:alt (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Vector4.h | 170 NN_MATH_INLINE VEC4* VEC4SafeNormalize(VEC4* pOut, const VEC4* p, const VEC4& alt); 358 self_type& SafeNormalize(const VEC4& alt) in SafeNormalize() argument 360 return *VEC4SafeNormalize(this, this, alt); in SafeNormalize() 461 …SafeNormalize(VEC4* pOut, const VEC4& v, const VEC4& alt) { return VEC4SafeNormalize( pOut, &v, al… in VEC4SafeNormalize() argument
|
| D | math_Vector2.h | 158 NN_MATH_INLINE VEC2* VEC2SafeNormalize(VEC2* pOut, const VEC2* p, const VEC2& alt); 332 self_type& SafeNormalize(const VEC2& alt) in SafeNormalize() argument 334 return *VEC2SafeNormalize(this, this, alt); in SafeNormalize() 509 …SafeNormalize(VEC2* pOut, const VEC2& v, const VEC2& alt) { return VEC2SafeNormalize( pOut, &v, al… in VEC2SafeNormalize() argument
|
| D | math_Vector3.h | 164 NN_MATH_INLINE VEC3* VEC3SafeNormalize(VEC3* pOut, const VEC3* p, const VEC3& alt); 357 self_type& SafeNormalize(const VEC3& alt) in SafeNormalize() argument 359 return *VEC3SafeNormalize(this, this, alt); in SafeNormalize() 566 …SafeNormalize(VEC3* pOut, const VEC3& v, const VEC3& alt) { return VEC3SafeNormalize( pOut, &v, al… in VEC3SafeNormalize() argument
|
| /CTR-SDK-4.2.5/include/nn/math/inline/ |
| D | math_Vector2.ipp | 55 VEC2SafeNormalize(VEC2* pOut, const VEC2* p, const VEC2& alt) 64 *pOut = alt;
|
| D | math_Vector3.ipp | 72 VEC3SafeNormalize(VEC3* pOut, const VEC3* p, const VEC3& alt) 87 *pOut = alt;
|
| D | math_Vector4.ipp | 114 VEC4SafeNormalize(VEC4* pOut, const VEC4* p, const VEC4& alt) 123 *pOut = alt;
|