Files
Class List
Class Members
Class Hierarchy
cyMatrix4.h File Reference
Detailed Description
4x4 matrix class
Author:
Cem Yuksel
Version:
1.2
Date:
June 7, 2007
#include "
cyPoint.h
"
Namespaces
namespace
cy
Classes
class
cyMatrix4f
4x4 matrix class.
More...
Typedefs
typedef
cyMatrix4f
cy::Matrix4f
Functions
cyMatrix4f
operator+
(const float value, const
cyMatrix4f
&right)
add a value to a matrix
cyMatrix4f
operator-
(const float value, const
cyMatrix4f
&right)
subtract the matrix from a value
cyMatrix4f
operator *
(const float value, const
cyMatrix4f
&right)
multiple matrix by a value
cyPoint3f
operator *
(const
cyPoint3f
&p, const
cyMatrix4f
&m)
cyPoint4f
operator *
(const
cyPoint4f
&p, const
cyMatrix4f
&m)