Home | History | Annotate | Download | only in Imath

Lines Matching refs:normalizeExc

216     // and v.normalized() produce a null vector; v.normalizeExc() and
227 const Vec2 & normalizeExc () throw (Iex::MathExc);
428 // and v.normalized() produce a null vector; v.normalizeExc() and
439 const Vec3 & normalizeExc () throw (Iex::MathExc);
610 // and v.normalized() produce a null vector; v.normalizeExc() and
621 const Vec4 & normalizeExc () throw (Iex::MathExc);
713 Vec2<short>::normalizeExc () throw (Iex::MathExc);
737 Vec2<int>::normalizeExc () throw (Iex::MathExc);
761 Vec3<short>::normalizeExc () throw (Iex::MathExc);
785 Vec3<int>::normalizeExc () throw (Iex::MathExc);
808 Vec4<short>::normalizeExc () throw (Iex::MathExc);
832 Vec4<int>::normalizeExc () throw (Iex::MathExc);
1211 Vec2<T>::normalizeExc () throw (Iex::MathExc)
1703 Vec3<T>::normalizeExc () throw (Iex::MathExc)
2108 Vec4<T>::normalizeExc () throw (Iex::MathExc)