Update of /cvsroot/simspark/simspark/spark/salt
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv4613
Modified Files:
Tag: projectx
matrix.h
Log Message:
merge from HEAD
Index: matrix.h
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/salt/matrix.h,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.3
diff -C2 -d -r1.1.4.2 -r1.1.4.3
*** matrix.h 1 Jun 2007 06:32:19 -0000 1.1.4.2
--- matrix.h 17 Jun 2007 11:35:47 -0000 1.1.4.3
***************
*** 137,140 ****
--- 137,143 ----
f_inline void InvertRotationMatrix();
+ /** inverts a matrix */
+ void InvertMatrix();
+
/** multiplies the matrix with inVector */
f_inline Vector3f Transform(const Vector3f & inVector) const;
|