Cafu Engine
InverseMatrixT Class Reference

This class models the relationship with which a inverse matrix depends on its original matrix. More...

#include "DepRelMatrix.hpp"

Inheritance diagram for InverseMatrixT:

Public Member Functions

 InverseMatrixT (DepRelMatrixT *Source=NULL)
 
void SetSourceMatrix (DepRelMatrixT *Source)
 Sets the source matrix. Useful if InverseMatrixTs are stored in an array. More...
 
virtual void Update ()
 Overwrite the base class method. More...
 
- Public Member Functions inherited from DepRelMatrixT
 DepRelMatrixT (const DepRelMatrixT &Other)
 

Additional Inherited Members

- Public Attributes inherited from DepRelMatrixT
MatrixT Matrix
 The matrix. More...
 
unsigned long Age
 The "age" or change-count of this matrix. How old the source matrix was when we were last updated. More...
 
const unsigned long ID
 The unique ID of this matrix. Useful for unambiguous identification. More...
 

Detailed Description

This class models the relationship with which a inverse matrix depends on its original matrix.

Member Function Documentation

void InverseMatrixT::SetSourceMatrix ( DepRelMatrixT Source)

Sets the source matrix. Useful if InverseMatrixTs are stored in an array.

void InverseMatrixT::Update ( )
virtual

Overwrite the base class method.

Reimplemented from DepRelMatrixT.


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