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

Two by two double matrix. More...

#include <Mat2x2d.h>

Inherits CGLA::ArithSqMat2x2Float< Vec2d, Mat2x2d >.

List of all members.

Public Member Functions

 Mat2x2d (Vec2d a, Vec2d b)
 Construct a Mat2x2d from two Vec2d vectors.
 Mat2x2d (double a, double b, double c, double d)
 Construct a Mat2x2f from four scalars.
 Mat2x2d ()
 Construct the NAN matrix.
 Mat2x2d (double a)
 Construct a Mat2x2d from a single scalar.

Detailed Description

Two by two double matrix.

This class is useful for various vector transformations in the plane.


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