Panda3D
Public Member Functions

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"

List of all members.

Public Member Functions

 LSimpleMatrix (const LSimpleMatrix< FloatType, NumRows, NumCols > &copy)
FloatType & operator() (int col)
FloatType & operator() (int row, int col)
const FloatType & operator() (int row, int col) const
const FloatType & operator() (int col) const
void operator= (const LSimpleMatrix< FloatType, NumRows, NumCols > &copy)

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 32 of file lsimpleMatrix.h.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations