HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Vector2T< T > Member List

This is the complete list of members for UT_Vector2T< T >, including all inherited members.

assign(T xx=0.0f, T yy=0.0f)UT_Vector2T< T >inline
assign(const T *v)UT_Vector2T< T >inline
data() const noexceptUT_Vector2T< T >inline
data() noexceptUT_Vector2T< T >inline
dehomogenize()UT_Vector2T< T >inline
distance(const UT_Vector2T &b) const noexceptUT_Vector2T< T >inline
distance2(const UT_Vector2T &b) const noexceptUT_Vector2T< T >inline
distance2(const UT_Vector2T &a, const UT_Vector2T &b) noexceptUT_Vector2T< T >friend
dot(const UT_Vector2T &b) const noexceptUT_Vector2T< T >inline
entries()UT_Vector2T< T >inlinestatic
equalZero(const T tolerance=SYS_FTOLERANCE) const noexceptUT_Vector2T< T >inline
findMaxAbsAxis() const UT_Vector2T< T >inline
findMinAbsAxis() const UT_Vector2T< T >inline
getBary(const UT_Vector2T< T > &t0, const UT_Vector2T< T > &t1, const UT_Vector2T< T > &t2, bool *degen=NULL) const UT_Vector2T< T >
hash() const UT_Vector2T< T >inline
homogenize()UT_Vector2T< T >inline
isEqual(const UT_Vector2T &b, const T tolerance=SYS_FTOLERANCE) const noexceptUT_Vector2T< T >inline
isFinite() const noexceptUT_Vector2T< T >inline
isNan() const noexceptUT_Vector2T< T >inline
isZero() const noexceptUT_Vector2T< T >inline
isZero(const UT_Vector2T &a) noexceptUT_Vector2T< T >friend
length() const noexceptUT_Vector2T< T >inline
length2() const noexceptUT_Vector2T< T >inline
length2(const UT_Vector2T &a) noexceptUT_Vector2T< T >friend
load(UT_IStream &is)UT_Vector2T< T >
load(UT_JSONParser &p)UT_Vector2T< T >
maxComponent() const noexceptUT_Vector2T< T >inline
multiplyComponents(const UT_Vector2T< T > &v)UT_Vector2T< T >inline
negate() noexceptUT_Vector2T< T >inline
normalize() noexceptUT_Vector2T< T >inline
operator!=(const UT_Vector2T &a, const UT_Vector2T &b) noexceptUT_Vector2T< T >friend
operator()(unsigned i)UT_Vector2T< T >inline
operator()(unsigned i) const UT_Vector2T< T >inline
operator*=(const T &a) noexceptUT_Vector2T< T >inline
operator*=(const UT_Vector2T &a) noexceptUT_Vector2T< T >inline
operator*=(const UT_Matrix2T< S > &mat)UT_Vector2T< T >inline
operator+=(const UT_Vector2T &a) noexceptUT_Vector2T< T >inline
operator+=(const T &a) noexceptUT_Vector2T< T >inline
operator-() const UT_Vector2T< T >inline
operator-=(const UT_Vector2T &a) noexceptUT_Vector2T< T >inline
operator-=(const T &a) noexceptUT_Vector2T< T >inline
operator/=(const T &a) noexceptUT_Vector2T< T >inline
operator<(const UT_Vector2T &a, const UT_Vector2T &b) noexceptUT_Vector2T< T >friend
operator<<(std::ostream &os, const UT_Vector2T< T > &v)UT_Vector2T< T >friend
operator<=(const UT_Vector2T &a, const UT_Vector2T &b) noexceptUT_Vector2T< T >friend
operator=(const UT_Vector2T< T > &that)=defaultUT_Vector2T< T >
operator=(UT_Vector2T< T > &&that)=defaultUT_Vector2T< T >
operator=(const UT_Vector2T< S > &v)UT_Vector2T< T >inline
operator=(const UT_Vector3T< T > &v)UT_Vector2T< T >
operator=(const UT_Vector4T< T > &v)UT_Vector2T< T >
operator=(const T a) noexceptUT_Vector2T< T >
operator==(const UT_Vector2T &a, const UT_Vector2T &b) noexceptUT_Vector2T< T >friend
operator>(const UT_Vector2T &a, const UT_Vector2T &b) noexceptUT_Vector2T< T >friend
operator>=(const UT_Vector2T &a, const UT_Vector2T &b) noexceptUT_Vector2T< T >friend
operator[](exint i) const noexceptUT_Vector2T< T >inline
operator[](exint i) noexceptUT_Vector2T< T >inline
project(const UT_Vector2T< T > &u) const UT_Vector2T< T >
projection(const UT_Vector2T< T > &p, const UT_Vector2T< T > &v) const UT_Vector2T< T >
save(std::ostream &os, int binary=0) const UT_Vector2T< T >
save(UT_JSONWriter &w) const UT_Vector2T< T >
save(UT_JSONValue &v) const UT_Vector2T< T >
tuple_sizeUT_Vector2T< T >static
UT_Vector2T()=defaultUT_Vector2T< T >
UT_Vector2T(const UT_Vector2T< T > &that)=defaultUT_Vector2T< T >
UT_Vector2T(UT_Vector2T< T > &&that)=defaultUT_Vector2T< T >
UT_Vector2T(const T vx, const T vy) noexceptUT_Vector2T< T >inline
UT_Vector2T(T v) noexceptUT_Vector2T< T >inlineexplicit
UT_Vector2T(const fpreal16 v[]) noexceptUT_Vector2T< T >inlineexplicit
UT_Vector2T(const fpreal32 v[]) noexceptUT_Vector2T< T >inlineexplicit
UT_Vector2T(const fpreal64 v[]) noexceptUT_Vector2T< T >inlineexplicit
UT_Vector2T(const int32 v[]) noexceptUT_Vector2T< T >inlineexplicit
UT_Vector2T(const int64 v[]) noexceptUT_Vector2T< T >inlineexplicit
UT_Vector2T(const UT_Vector3T< T > &v) noexceptUT_Vector2T< T >inlineexplicit
UT_Vector2T(const UT_Vector4T< T > &v) noexceptUT_Vector2T< T >inlineexplicit
UT_Vector2T(const UT_Vector2T< S > &v) noexceptUT_Vector2T< T >inline
value_type typedefUT_Vector2T< T >
vecUT_Vector2T< T >
whichSide(const UT_Vector2T< T > &e1, const UT_Vector2T< T > &e2) const UT_Vector2T< T >inline
x() noexceptUT_Vector2T< T >inline
x() const noexceptUT_Vector2T< T >inline
y() noexceptUT_Vector2T< T >inline
y() const noexceptUT_Vector2T< T >inline