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

3x2 float matrix class. More...

#include <Mat2x3f.h>

Inherits CGLA::ArithMatFloat< Vec3f, Vec2f, Mat3x2f, 3 >.

List of all members.

Public Member Functions

 Mat3x2f (const Vec2f &_a, const Vec2f &_b, const Vec2f &_c)
 Mat3x2f ()
 Construct NAN matrix.

Detailed Description

3x2 float matrix class.

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


Constructor & Destructor Documentation

CGLA::Mat3x2f::Mat3x2f ( const Vec2f _a,
const Vec2f _b,
const Vec2f _c 
) [inline]

Construct matrix from three Vec2f 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