cinder::Matrix22< T > Member List

This is the complete list of members for cinder::Matrix22< T >, including all inherited members.
at(int row, int col)cinder::Matrix22< T >
at(int row, int col) const cinder::Matrix22< T >
createRotation(T radians)cinder::Matrix22< T > [static]
createScale(T s)cinder::Matrix22< T > [static]
createScale(const Vec2< T > &v)cinder::Matrix22< T > [static]
determinant() const cinder::Matrix22< T >
diagonal() const cinder::Matrix22< T >
DIMcinder::Matrix22< T > [static]
DIM_SQcinder::Matrix22< T > [static]
equalCompare(const Matrix22< T > &rhs, T epsilon) const cinder::Matrix22< T >
getColumn(int col) const cinder::Matrix22< T >
getColumns(Vec2< T > *c0, Vec2< T > *c1) const cinder::Matrix22< T >
getRow(int row) const cinder::Matrix22< T >
getRows(Vec2< T > *r0, Vec2< T > *r1) const cinder::Matrix22< T >
identity()cinder::Matrix22< T > [static]
invert(T epsilon=EPSILON)cinder::Matrix22< T >
inverted(T epsilon=EPSILON) const cinder::Matrix22< T >
invertTransform() const cinder::Matrix22< T >
lowerTriangular() const cinder::Matrix22< T >
mcinder::Matrix22< T >
m00cinder::Matrix22< T >
m01cinder::Matrix22< T >
m10cinder::Matrix22< T >
m11cinder::Matrix22< T >
Matrix22()cinder::Matrix22< T >
Matrix22(T s)cinder::Matrix22< T >
Matrix22(const T *dt, bool srcIsRowMajor=false)cinder::Matrix22< T >
Matrix22(T d0, T d1, T d2, T d3, bool srcIsRowMajor=false)cinder::Matrix22< T >
Matrix22(const Vec2< T > &vx, const Vec2< T > &vy)cinder::Matrix22< T >
Matrix22(const Matrix22< FromT > &src)cinder::Matrix22< T >
Matrix22(const Matrix22< T > &src)cinder::Matrix22< T >
mcolscinder::Matrix22< T >
MEM_LENcinder::Matrix22< T > [static]
one()cinder::Matrix22< T > [static]
operator const T *() const cinder::Matrix22< T >
operator T *()cinder::Matrix22< T >
operator!=(const Matrix22< T > &rhs) const cinder::Matrix22< T >
operator*(const Matrix22< T > &rhs) const cinder::Matrix22< T >
operator*(const Vec2< T > &rhs) const cinder::Matrix22< T >
operator*(T rhs) const cinder::Matrix22< T >
operator*=(const Matrix22< T > &rhs)cinder::Matrix22< T >
operator*=(T s)cinder::Matrix22< T >
operator+(const Matrix22< T > &rhs) const cinder::Matrix22< T >
operator+(T rhs) const cinder::Matrix22< T >
operator+=(const Matrix22< T > &rhs)cinder::Matrix22< T >
operator+=(T s)cinder::Matrix22< T >
operator-(const Matrix22< T > &rhs) const cinder::Matrix22< T >
operator-(T rhs) const cinder::Matrix22< T >
operator-=(const Matrix22< T > &rhs)cinder::Matrix22< T >
operator-=(T s)cinder::Matrix22< T >
operator/(T rhs) const cinder::Matrix22< T >
operator/=(T s)cinder::Matrix22< T >
operator<<(std::ostream &lhs, const Matrix22< T > &rhs)cinder::Matrix22< T > [friend]
operator=(const Matrix22< T > &rhs)cinder::Matrix22< T >
operator=(const T &rhs)cinder::Matrix22< T >
operator=(const Matrix22< FromT > &rhs)cinder::Matrix22< T >
operator==(const Matrix22< T > &rhs) const cinder::Matrix22< T >
postMultiply(const Vec2< T > &v) const cinder::Matrix22< T >
preMultiply(const Vec2< T > &v) const cinder::Matrix22< T >
rotate(T radians)cinder::Matrix22< T >
scale(T s)cinder::Matrix22< T >
scale(const Vec2< T > &v)cinder::Matrix22< T >
set(const T *dt, bool srcIsRowMajor=false)cinder::Matrix22< T >
set(T d0, T d1, T d2, T d3, bool srcIsRowMajor=false)cinder::Matrix22< T >
setColumn(int col, const Vec2< T > &v)cinder::Matrix22< T >
setColumns(const Vec2< T > &c0, const Vec2< T > &c1)cinder::Matrix22< T >
setRow(int row, const Vec2< T > &v)cinder::Matrix22< T >
setRows(const Vec2< T > &r0, const Vec2< T > &r1)cinder::Matrix22< T >
setToIdentity()cinder::Matrix22< T >
setToNull()cinder::Matrix22< T >
trace() const cinder::Matrix22< T >
transformVec(const Vec2< T > &v) const cinder::Matrix22< T >
transpose()cinder::Matrix22< T >
transposed() const cinder::Matrix22< T >
TYPE typedefcinder::Matrix22< T >
upperTriangular() const cinder::Matrix22< T >
zero()cinder::Matrix22< T > [static]