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

2x3 double matrix class. More...

#include <Mat2x3d.h>

Inherits CGLA::ArithMatFloat< Vec2d, Vec3d, Mat2x3d, 2 >.

List of all members.

Public Member Functions

 Mat2x3d (const Vec3d &_a, const Vec3d &_b)
 Construct Mat2x3d from two Vec3f vectors (vectors become rows)
 Mat2x3d ()
 Construct 0 matrix.

Detailed Description

2x3 double matrix class.

This class is useful for projecting a vector from 3D space to 2D.


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