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

3x2 double matrix class. More...

#include <Mat2x3d.h>

Inherits CGLA::ArithMatFloat< Vec3d, Vec2d, Mat3x2d, 3 >.

List of all members.

Public Member Functions

 Mat3x2d (const Vec2d &_a, const Vec2d &_b, const Vec2d &_c)
 Mat3x2d ()
 Construct 0 matrix.

Detailed Description

3x2 double matrix class.

This class is useful for going from plane to 3D coordinates.


Constructor & Destructor Documentation

CGLA::Mat3x2d::Mat3x2d ( const Vec2d _a,
const Vec2d _b,
const Vec2d _c 
) [inline]

Construct matrix from three Vec2d vectors which become the rows of the matrix.


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