Murl Engine API  Version 2018.3
Murl::Math::StaticMatrix< DataType > Class Template Reference

The static matrix class. More...

#include <murl_math.h>

Detailed Description

template<class DataType>
class Murl::Math::StaticMatrix< DataType >

The static matrix class.

Template Parameters
DataTypeAvailable for Float and Double.

Static Public Member Functions

static const Matrix< DataType > & Zero ()
 Get a constant static matrix with zeros. More...
 
static const Matrix< DataType > & Identity ()
 Get a constant static matrix with the identity matrix. More...
 

Member Function Documentation

◆ Zero()

template<class DataType >
static const Matrix<DataType>& Murl::Math::StaticMatrix< DataType >::Zero ( )
inlinestatic

Get a constant static matrix with zeros.

Returns
The constant static matrix with zeros.

◆ Identity()

template<class DataType >
static const Matrix<DataType>& Murl::Math::StaticMatrix< DataType >::Identity ( )
inlinestatic

Get a constant static matrix with the identity matrix.

Returns
The constant static matrix with the identity matrix.

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