library: libRGL #include "TGLUtil.h" |
TGLVector3
class description - source file - inheritance tree (.pdf)
public:
TGLVector3()
TGLVector3(Double_t x, Double_t y, Double_t z)
TGLVector3(const TGLVector3& other)
TGLVector3 operator-() const
virtual ~TGLVector3()
static TClass* Class()
virtual TClass* IsA() const
Double_t Mag() const
void Normalise()
const TGLVector3& operator*=(Double_t val) const
const TGLVector3& operator/=(Double_t val) const
TGLVector3& operator=(const TGLVector3&)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TGLVector3() :
TGLVertex3()
TGLVector3(Double_t x, Double_t y, Double_t z) :
TGLVertex3(x, y, z)
TGLVector3(const TGLVector3 & other) :
TGLVertex3(other.fVals[0], other.fVals[1], other.fVals[2])
~TGLVector3()
Inline Functions
const TGLVector3& operator/=(Double_t val) const
const TGLVector3& operator*=(Double_t val) const
TGLVector3 operator-() const
Double_t Mag() const
void Normalise()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TGLVector3& operator=(const TGLVector3&)
Author: Richard Maunder 25/05/2005
Last update: root/gl:$Name: $:$Id: TGLUtil.cxx,v 1.9 2005/08/10 16:26:35 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
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.