Public Member Functions

GEO::Matrix2 Struct Reference

A 2x2 matrix. More...

#include <Geo.h>

Inherits MatrixN< 2 >.

List of all members.

Public Member Functions

 Matrix2 ()
 ctor
 Matrix2 (const float *array)
 ctor
 Matrix2 (float e0, float e1, float e2, float e3)
 ctor
 Matrix2 (float c)
 ctor
 Matrix2 (int c)
 ctor
 Matrix2 (const Matrix2 &o)
 ctor
 Matrix2 (const MatrixN< 2 > &o)
 ctor
 Matrix2 (const Matrix3 &o)
 ctor

Detailed Description

A 2x2 matrix.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends