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

2x3 float matrix class. More...

#include <Mat2x3f.h>

Inherits CGLA::ArithMatFloat< Vec2f, Vec3f, Mat2x3f, 2 >.

List of all members.

Public Member Functions

 Mat2x3f (const Vec3f &_a, const Vec3f &_b)
 Construct Mat2x3f from two Vec3f vectors (vectors become rows)
 Mat2x3f ()
 Construct NAN matrix.

Detailed Description

2x3 float 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