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

3 by 3 double matrix. More...

#include <Mat3x3d.h>

Inherits CGLA::ArithSqMat3x3Float< Vec3d, Mat3x3d >.

List of all members.

Public Member Functions

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

Detailed Description

3 by 3 double 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