RoboidControl
Loading...
Searching...
No Matches
Passer::LinearAlgebra::MatrixOf< T > Member List

This is the complete list of members for Passer::LinearAlgebra::MatrixOf< T >, including all inherited members.

ColCount() constPasser::LinearAlgebra::MatrixOf< T >inline
CopyFrom(const MatrixOf< T > *m)Passer::LinearAlgebra::MatrixOf< T >inline
Get(unsigned int rowIx, unsigned int colIx) constPasser::LinearAlgebra::MatrixOf< T >inline
MatrixOf(unsigned int rows, unsigned int cols)Passer::LinearAlgebra::MatrixOf< T >
MatrixOf(unsigned int rows, unsigned int cols, const T *source)Passer::LinearAlgebra::MatrixOf< T >inline
MatrixOf(Vector3 v)Passer::LinearAlgebra::MatrixOf< T >
Multiply(const MatrixOf< T > *m1, const MatrixOf< T > *m2, MatrixOf< T > *r)Passer::LinearAlgebra::MatrixOf< T >static
Multiply(const MatrixOf< T > *m, MatrixOf< T > *r) constPasser::LinearAlgebra::MatrixOf< T >inline
Multiply(const MatrixOf< T > *m, Vector3 v)Passer::LinearAlgebra::MatrixOf< T >static
operator*(const Vector3 v) constPasser::LinearAlgebra::MatrixOf< T >
RowCount() constPasser::LinearAlgebra::MatrixOf< T >inline
Set(unsigned int rowIx, unsigned int colIx, T value)Passer::LinearAlgebra::MatrixOf< T >inline
Set(const T *source)Passer::LinearAlgebra::MatrixOf< T >inline
SetCol(unsigned int colIx, const T *source)Passer::LinearAlgebra::MatrixOf< T >inline
SetRow(unsigned int rowIx, const T *source)Passer::LinearAlgebra::MatrixOf< T >inline
Transpose(MatrixOf< T > *r) constPasser::LinearAlgebra::MatrixOf< T >inline
~MatrixOf()Passer::LinearAlgebra::MatrixOf< T >inline