Cinder
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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.
cross
(const Vec2< T > &rhs) const
cinder::Vec2< T >
DIM
cinder::Vec2< T >
[static]
DIST
typedef
cinder::Vec2< T >
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 >
lerpEq
(T fact, const Vec2< T > &rhs)
cinder::Vec2< T >
limit
(DIST maxLength)
cinder::Vec2< T >
limited
(T maxLength) const
cinder::Vec2< T >
max
()
cinder::Vec2< T >
[static]
NaN
()
cinder::Vec2< T >
[static]
normalize
()
cinder::Vec2< T >
normalized
() const
cinder::Vec2< T >
one
()
cinder::Vec2< T >
[static]
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 >
ptr
() const
cinder::Vec2< T >
rotate
(DIST radians)
cinder::Vec2< T >
safeNormalize
()
cinder::Vec2< T >
safeNormalized
() const
cinder::Vec2< T >
set
(T ax, T ay)
cinder::Vec2< T >
set
(const Vec2< T > &rhs)
cinder::Vec2< T >
TYPE
typedef
cinder::Vec2< T >
value_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]
xx
() const
cinder::Vec2< T >
xxx
() const
cinder::Vec2< T >
xxy
() const
cinder::Vec2< T >
xy
() const
cinder::Vec2< T >
xyx
() const
cinder::Vec2< T >
xyy
() const
cinder::Vec2< T >
y
cinder::Vec2< T >
yAxis
()
cinder::Vec2< T >
[static]
yx
() const
cinder::Vec2< T >
yxx
() const
cinder::Vec2< T >
yxy
() const
cinder::Vec2< T >
yy
() const
cinder::Vec2< T >
yyx
() const
cinder::Vec2< T >
yyy
() const
cinder::Vec2< T >
zero
()
cinder::Vec2< T >
[static]