GEL  2
GEL is a library for Geometry and Linear Algebra
Public Member Functions
CGLA::Mat3x3f Class Reference

3 by 3 float matrix. More...

#include <Mat3x3f.h>

Inherits CGLA::ArithSqMat3x3Float< Vec3f, Mat3x3f >.

List of all members.

Public Member Functions

 Mat3x3f (Vec3f _a, Vec3f _b, Vec3f _c)
 Construct matrix from 3 Vec3f vectors.
 Mat3x3f ()
 Construct the 0 matrix.
 Mat3x3f (float a)
 Construct a matrix from a single scalar value.

Detailed Description

3 by 3 float matrix.

This class will typically be used for rotation or scaling matrices for 3D vectors.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations