Panda3D
Public Member Functions | List of all members
LSimpleMatrix< FloatType, NumRows, NumCols > Class Template Reference

This class provides an underlying storage of the various linear-algebra classes (e.g. More...

#include "lsimpleMatrix.h"

Public Member Functions

const FloatType & operator() (int row, int col) const
 
FloatType & operator() (int row, int col)
 
const FloatType & operator() (int col) const
 
FloatType & operator() (int col)
 

Detailed Description

template<class FloatType, int NumRows, int NumCols>
class LSimpleMatrix< FloatType, NumRows, NumCols >

This class provides an underlying storage of the various linear-algebra classes (e.g.

LVecBase3, LMatrix4) in the absence of the Eigen linear algebra library.

Definition at line 29 of file lsimpleMatrix.h.


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