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

4x4 float matrix. This class is useful for transformations such as perspective projections or translation where 3x3 matrices do not suffice. More...

#include <Mat4x4f.h>

Inherits CGLA::ArithSqMat4x4Float< Vec4f, Mat4x4f >.

List of all members.

Public Member Functions

 Mat4x4f (Vec4f _a, Vec4f _b, Vec4f _c, Vec4f _d)
 Construct a Mat4x4f from four Vec4f vectors.
 Mat4x4f ()
 Construct the NaN matrix.
 Mat4x4f (float a)
 Construct a matrix with identical elements.

Detailed Description

4x4 float matrix. This class is useful for transformations such as perspective projections or translation where 3x3 matrices do not suffice.


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