Cinder
Main Page
Related Pages
Namespaces
Classes
Files
Class List
Class Hierarchy
Class Members
cinder::Vec2< T > Member List
This is the complete list of members for
cinder::Vec2< T >
, including all inherited members.
DIM
cinder::Vec2< T >
[static]
distance
(const Vec2< T > &rhs) const
cinder::Vec2< T >
distanceSquared
(const Vec2< T > &rhs) const
cinder::Vec2< T >
dot
(const Vec2< T > &rhs) const
cinder::Vec2< T >
inverse
() const
cinder::Vec2< T >
invert
()
cinder::Vec2< T >
length
() const
cinder::Vec2< T >
lengthSquared
() const
cinder::Vec2< T >
lerp
(T fact, const Vec2< T > &r) const
cinder::Vec2< T >
limit
(T maxLength)
cinder::Vec2< T >
limited
(T maxLength) const
cinder::Vec2< T >
max
()
cinder::Vec2< T >
[static]
normalize
()
cinder::Vec2< T >
normalized
() const
cinder::Vec2< T >
one
()
cinder::Vec2< T >
[static]
operator const T *
() const
cinder::Vec2< T >
operator T *
()
cinder::Vec2< T >
operator!=
(const Vec2< T > &rhs) const
cinder::Vec2< T >
operator*
(const Vec2< T > &rhs) const
cinder::Vec2< T >
operator*=
(const Vec2< T > &rhs)
cinder::Vec2< T >
operator*=
(T rhs)
cinder::Vec2< T >
operator+
(const Vec2< T > &rhs) const
cinder::Vec2< T >
operator+=
(const Vec2< T > &rhs)
cinder::Vec2< T >
operator+=
(T rhs)
cinder::Vec2< T >
operator-
(const Vec2< T > &rhs) const
cinder::Vec2< T >
operator-
() const
cinder::Vec2< T >
operator-=
(const Vec2< T > &rhs)
cinder::Vec2< T >
operator-=
(T rhs)
cinder::Vec2< T >
operator/
(const Vec2< T > &rhs) const
cinder::Vec2< T >
operator/
(T rhs) const
cinder::Vec2< T >
operator/=
(const Vec2< T > &rhs)
cinder::Vec2< T >
operator/=
(T rhs)
cinder::Vec2< T >
operator<<
(std::ostream &lhs, const Vec2< T > &rhs)
cinder::Vec2< T >
[friend]
operator=
(const Vec2< FromT > &rhs)
cinder::Vec2< T >
operator=
(const Vec2< T > &rhs)
cinder::Vec2< T >
operator==
(const Vec2< T > &rhs) const
cinder::Vec2< T >
operator[]
(int n)
cinder::Vec2< T >
operator[]
(int n) const
cinder::Vec2< T >
safeNormalize
()
cinder::Vec2< T >
safeNormalized
()
cinder::Vec2< T >
set
(T ax, T ay)
cinder::Vec2< T >
set
(const Vec2< T > &rhs)
cinder::Vec2< T >
TYPE
typedef
cinder::Vec2< T >
Vec2
()
cinder::Vec2< T >
Vec2
(T nx, T ny)
cinder::Vec2< T >
Vec2
(const Vec2< T > &src)
cinder::Vec2< T >
Vec2
(const T *d)
cinder::Vec2< T >
[explicit]
Vec2
(const Vec2< FromT > &src)
cinder::Vec2< T >
x
cinder::Vec2< T >
xAxis
()
cinder::Vec2< T >
[static]
y
cinder::Vec2< T >
yAxis
()
cinder::Vec2< T >
[static]
zero
()
cinder::Vec2< T >
[static]