Cinder
Main Page
Related Pages
Namespaces
Classes
Files
Class List
Class Hierarchy
Class Members
cinder::Vec4< T > Member List
This is the complete list of members for
cinder::Vec4< T >
, including all inherited members.
DIM
cinder::Vec4< T >
[static]
length
() const
cinder::Vec4< T >
lengthSquared
() const
cinder::Vec4< T >
lerp
(T fact, const Vec4< T > &r) const
cinder::Vec4< T >
max
()
cinder::Vec4< T >
[static]
normalize
()
cinder::Vec4< T >
one
()
cinder::Vec4< T >
[static]
operator const T *
() const
cinder::Vec4< T >
operator T *
()
cinder::Vec4< T >
operator!=
(const Vec4< T > &rhs) const
cinder::Vec4< T >
operator*
(const Vec4< T > &rhs) const
cinder::Vec4< T >
operator*=
(const Vec4< T > &rhs)
cinder::Vec4< T >
operator*=
(T rhs)
cinder::Vec4< T >
operator+
(const Vec4< T > &rhs) const
cinder::Vec4< T >
operator+=
(const Vec4< T > &rhs)
cinder::Vec4< T >
operator+=
(T rhs)
cinder::Vec4< T >
operator-
(const Vec4< T > &rhs) const
cinder::Vec4< T >
operator-
() const
cinder::Vec4< T >
operator-=
(const Vec4< T > &rhs)
cinder::Vec4< T >
operator-=
(T rhs)
cinder::Vec4< T >
operator/
(const Vec4< T > &rhs) const
cinder::Vec4< T >
operator/
(T rhs) const
cinder::Vec4< T >
operator/=
(const Vec4< T > &rhs)
cinder::Vec4< T >
operator/=
(T rhs)
cinder::Vec4< T >
operator<<
(std::ostream &lhs, const Vec4< T > &rhs)
cinder::Vec4< T >
[friend]
operator=
(const Vec4< T > &rhs)
cinder::Vec4< T >
operator=
(const Vec4< FromT > &rhs)
cinder::Vec4< T >
operator==
(const Vec4< T > &rhs) const
cinder::Vec4< T >
operator[]
(int n)
cinder::Vec4< T >
operator[]
(int n) const
cinder::Vec4< T >
safeNormalize
()
cinder::Vec4< T >
TYPE
typedef
cinder::Vec4< T >
Vec4
()
cinder::Vec4< T >
Vec4
(T nx, T ny, T nz, T nw)
cinder::Vec4< T >
Vec4
(const Vec3< T > &src, T aW)
cinder::Vec4< T >
Vec4
(const Vec4< T > &src)
cinder::Vec4< T >
Vec4
(const Vec4< FromT > &src)
cinder::Vec4< T >
Vec4
(const T *d)
cinder::Vec4< T >
[explicit]
w
cinder::Vec4< T >
wAxis
()
cinder::Vec4< T >
[static]
x
cinder::Vec4< T >
xAxis
()
cinder::Vec4< T >
[static]
y
cinder::Vec4< T >
yAxis
()
cinder::Vec4< T >
[static]
z
cinder::Vec4< T >
zAxis
()
cinder::Vec4< T >
[static]
zero
()
cinder::Vec4< T >
[static]