Home
last modified time | relevance | path

Searched refs:alt (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-2.4.0/include/nn/math/
Dmath_Vector4.h44 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
Dmath_Vector2.h38 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
Dmath_Vector3.h39 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/
Dmath_Vector2.ipp106 VEC2SafeNormalize(VEC2* pOut, const VEC2* p, const VEC2& alt)
115 *pOut = alt;
Dmath_Vector3.ipp126 VEC3SafeNormalize(VEC3* pOut, const VEC3* p, const VEC3& alt)
141 *pOut = alt;
Dmath_Vector4.ipp223 VEC4SafeNormalize(VEC4* pOut, const VEC4* p, const VEC4& alt)
232 *pOut = alt;