OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions
Mat3 Class Reference

#include <mat3.hh>

Public Member Functions

 Mat3 ()
 Mat3 (Real i00, Real i01, Real i02, Real i10, Real i11, Real i12, Real i20, Real i21, Real i22)
 Mat3 (const Mat3 &m)
 Mat3 (const Mat2 &m)
 Mat3 (const Real arr[9])
 Mat3 (Real x, Real y, Real z)
Realoperator() (std::size_t r, std::size_t c)
const Realoperator() (std::size_t r, std::size_t c) const
Mat3operator= (const Mat3 &m)
bool operator== (const Mat3 &rhs) const
Mat3operator+= (const Mat3 &rhs)
Mat3operator-= (const Mat3 &rhs)
Mat3operator*= (const Real d)
Mat3operator/= (const Real d)
Mat3operator*= (const Mat3 &m)
RealData ()
const RealData () const
geom::Vec3 GetCol (int index) const
geom::Vec3 GetRow (int index) const

Static Public Member Functions

static Mat3 Identity ()

Detailed Description

Definition at line 35 of file mat3.hh.


Constructor & Destructor Documentation

Mat3 ( )
inline

Default initialization, identity matrix.

Definition at line 42 of file mat3.hh.

Mat3 ( Real  i00,
Real  i01,
Real  i02,
Real  i10,
Real  i11,
Real  i12,
Real  i20,
Real  i21,
Real  i22 
)
inline

In with 9 values in row-major order.

row-major order means that the matrix

| a b c | | d e f | | g h i |

is initialized with (a,b,c, d,e,f, g,h,i)

Definition at line 56 of file mat3.hh.

Mat3 ( const Mat3 m)
inline

Definition at line 63 of file mat3.hh.

Mat3 ( const Mat2 m)
inline

Definition at line 68 of file mat3.hh.

Mat3 ( const Real  arr[9])
inlineexplicit

Definition at line 75 of file mat3.hh.

Mat3 ( Real  x,
Real  y,
Real  z 
)
inlineexplicit

Definition at line 80 of file mat3.hh.


Member Function Documentation

Real* Data ( )
inline

Definition at line 197 of file mat3.hh.

const Real* Data ( ) const
inline

Definition at line 198 of file mat3.hh.

geom::Vec3 GetCol ( int  index) const
geom::Vec3 GetRow ( int  index) const
static Mat3 Identity ( )
inlinestatic

Definition at line 109 of file mat3.hh.

Real& operator() ( std::size_t  r,
std::size_t  c 
)
inline

element access

Definition at line 85 of file mat3.hh.

const Real& operator() ( std::size_t  r,
std::size_t  c 
) const
inline

const element access

Definition at line 93 of file mat3.hh.

Mat3& operator*= ( const Real  d)
inline

Definition at line 156 of file mat3.hh.

Mat3& operator*= ( const Mat3 m)
inline

Definition at line 183 of file mat3.hh.

Mat3& operator+= ( const Mat3 rhs)
inline

Definition at line 130 of file mat3.hh.

Mat3& operator-= ( const Mat3 rhs)
inline

Definition at line 143 of file mat3.hh.

Mat3& operator/= ( const Real  d)
inline

Definition at line 169 of file mat3.hh.

Mat3& operator= ( const Mat3 m)
inline

Definition at line 101 of file mat3.hh.

bool operator== ( const Mat3 rhs) const
inline

Definition at line 117 of file mat3.hh.


The documentation for this class was generated from the following file: