Searched defs:u (Results 1 – 4 of 4) sorted by relevance
117 val u = 1 - t in pointOnCurve() constant
95 val u = 1 - t in pointOnCurve() constant235 val u = 1 - t in split() constant
551 friend inline constexpr VECTOR<T> MATH_PURE min(const VECTOR<T>& u, VECTOR<T> v) { in min()558 friend inline constexpr VECTOR<T> MATH_PURE max(const VECTOR<T>& u, VECTOR<T> v) { in max()581 friend inline constexpr VECTOR<T> MATH_PURE mix(const VECTOR<T>& u, VECTOR<T> v, T a) { in mix()
86 arithmetic_result_t<T, U> cross(const TVec2& u, const TVec2<U>& v) noexcept { in cross()