Files
Class List
Class Members
Class Hierarchy
cyMatrix3.h File Reference
Detailed Description
3x3 matrix class
Author:
Cem Yuksel
Version:
1.2
Date:
June 7, 2007
#include "
cyPoint.h
"
Namespaces
namespace
cy
Classes
class
cyMatrix3f
3x3 matrix class.
More...
Typedefs
typedef
cyMatrix3f
cy::Matrix3f
Functions
cyMatrix3f
operator+
(const float value, const
cyMatrix3f
&right)
add a value to a matrix
cyMatrix3f
operator-
(const float value, const
cyMatrix3f
&right)
subtract the matrix from a value
cyMatrix3f
operator *
(const float value, const
cyMatrix3f
&right)
multiple matrix by a value
cyPoint3f
operator *
(const
cyPoint3f
&p, const
cyMatrix3f
&m)
pre-multiply with a 3D point