Fix documentation

This commit is contained in:
wmayer 2012-10-22 19:39:55 +02:00
parent 256cbd2842
commit a306c72993

View File

@ -134,9 +134,9 @@ public:
/// transform (move,scale,rotate) around a point
void transform (const Vector3f& rclVct, const Matrix4D& rclMtrx);
void transform (const Vector3d& rclVct, const Matrix4D& rclMtrx);
/// Matrix is expected to have a 3x3 rotation matrix.
/// Matrix is expected to have a 3x3 rotation submatrix.
void inverse (void);
/// Matrix is expected to have a 3x3 rotation matrix.
/// Matrix is expected to have a 3x3 rotation submatrix.
void inverseOrthogonal(void);
/// Arbitrary, non-singular matrix
void inverseGauss (void);