Lines Matching refs:Vec2
58 normalizeOrThrow(Vec2<T> &v) in normalizeOrThrow()
131 Vec2<short>::length () const in length()
139 const Vec2<short> &
140 Vec2<short>::normalize () in normalize()
147 const Vec2<short> &
148 Vec2<short>::normalizeExc () throw (Iex::MathExc) in normalizeExc()
158 const Vec2<short> &
159 Vec2<short>::normalizeNonNull () in normalizeNonNull()
166 Vec2<short>
167 Vec2<short>::normalized () const in normalized()
169 Vec2<short> v(*this); in normalized()
175 Vec2<short>
176 Vec2<short>::normalizedExc () const throw (Iex::MathExc) in normalizedExc()
181 Vec2<short> v(*this); in normalizedExc()
187 Vec2<short>
188 Vec2<short>::normalizedNonNull () const in normalizedNonNull()
190 Vec2<short> v(*this); in normalizedNonNull()
200 Vec2<int>::length () const in length()
208 const Vec2<int> &
209 Vec2<int>::normalize () in normalize()
216 const Vec2<int> &
217 Vec2<int>::normalizeExc () throw (Iex::MathExc) in normalizeExc()
227 const Vec2<int> &
228 Vec2<int>::normalizeNonNull () in normalizeNonNull()
235 Vec2<int>
236 Vec2<int>::normalized () const in normalized()
238 Vec2<int> v(*this); in normalized()
244 Vec2<int>
245 Vec2<int>::normalizedExc () const throw (Iex::MathExc) in normalizedExc()
250 Vec2<int> v(*this); in normalizedExc()
256 Vec2<int>
257 Vec2<int>::normalizedNonNull () const in normalizedNonNull()
259 Vec2<int> v(*this); in normalizedNonNull()