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

4x4 double matrix. More...

#include <Mat4x4d.h>

Inherits CGLA::ArithSqMat4x4Float< Vec4d, Mat4x4d >.

List of all members.

Public Member Functions

 Mat4x4d (Vec4d _a, Vec4d _b, Vec4d _c, Vec4d _d)
 Construct a Mat4x4d from four Vec4d vectors.
 Mat4x4d ()
 Construct the nan matrix.
 Mat4x4d (double a)
 Construct a matrix with identical elements.

Detailed Description

4x4 double 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