HGeomMatrix
class description - source file - inheritance tree (.pdf)
public:
HGeomMatrix()
HGeomMatrix(const HGeomMatrix&)
~HGeomMatrix()
static TClass* Class()
Double_t det()
virtual TClass* IsA() const
Double_t& operator()(Int_t i, Int_t j)
HGeomVector operator*(HGeomVector& v)
HGeomMatrix& operator/=(Double_t d)
HGeomMatrix& operator=(const HGeomMatrix&)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
Double_t fM[9]
HGeomMatrix
Simple 3D matrix interface for use with HGeomVector.
Note:
This class is completely incomplete. Features will be
added as needed
HGeomMatrix(void)
Initializes the matrix to 0
~HGeomMatrix(void)
Double_t det(void)
Computes de determinat of the 3D matrix
Inline Functions
Double_t& operator()(Int_t i, Int_t j)
HGeomVector operator*(HGeomVector& v)
HGeomMatrix& operator/=(Double_t d)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
HGeomMatrix HGeomMatrix(const HGeomMatrix&)
HGeomMatrix& operator=(const HGeomMatrix&)
Author: M. Sanchez
Last update: 07.03.2001
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.