ROOT  6.06/09
Reference Guide
Public Member Functions | List of all members
TGLVector3 Class Reference

3 component (x/y/z) vector class.

This is part of collection of utility classes for GL in TGLUtil.h/cxx These provide const and non-const accessors Arr() / CArr() to a GL compatible internal field - so can be used directly with OpenGL C API calls. They are not intended to be fully featured just provide minimum required.

Definition at line 250 of file TGLUtil.h.

Public Member Functions

 TGLVector3 ()
 Construct a default (0.0, 0.0, 0.0) vector. More...
 
 TGLVector3 (Double_t x, Double_t y, Double_t z)
 Construct a vector with components (x,y,z) More...
 
 TGLVector3 (const Double_t *src)
 Construct a vector with components (src[0], src[1], src[2]) More...
 
 TGLVector3 (const TGLVector3 &other)
 Construct a vector from components of 'other'. More...
 
virtual ~TGLVector3 ()
 Destroy vector object. More...
 
TGLVector3operator= (const TGLVertex3 &v)
 
TGLVector3operator/= (Double_t val)
 
TGLVector3 operator- () const
 
Double_t Mag () const
 
void Normalise ()
 
 ClassDef (TGLVector3, 1)
 
- Public Member Functions inherited from TGLVertex3
 TGLVertex3 ()
 Construct a default (0.0, 0.0, 0.0) vertex. More...
 
 TGLVertex3 (Double_t x, Double_t y, Double_t z)
 Construct a vertex with components (x,y,z) More...
 
 TGLVertex3 (Double_t *v)
 Construct a vertex with components (v[0], v[1], v[2]) More...
 
 TGLVertex3 (const TGLVertex3 &other)
 Construct a vertex from 'other'. More...
 
virtual ~TGLVertex3 ()
 Destroy vertex object. More...
 
Bool_t operator== (const TGLVertex3 &rhs) const
 
TGLVertex3operator= (const TGLVertex3 &rhs)
 
TGLVertex3operator*= (Double_t f)
 
TGLVertex3 operator- () const
 
const TGLVertex3operator-= (const TGLVector3 &val)
 
const TGLVertex3operator+= (const TGLVector3 &val)
 
void Fill (Double_t val)
 
void Set (Double_t x, Double_t y, Double_t z)
 
void Set (const Double_t *xyz)
 
void Set (const TGLVertex3 &other)
 
void Shift (TGLVector3 &shift)
 Offset a vertex by vector 'shift'. More...
 
void Shift (Double_t xDelta, Double_t yDelta, Double_t zDelta)
 Offset a vertex by components (xDelta, yDelta, zDelta) More...
 
void Negate ()
 
void Minimum (const TGLVertex3 &other)
 
void Maximum (const TGLVertex3 &other)
 
Double_toperator[] (Int_t index)
 
const Double_toperator[] (Int_t index) const
 
Double_t X () const
 
Double_tX ()
 
Double_t Y () const
 
Double_tY ()
 
Double_t Z () const
 
Double_tZ ()
 
const Double_tCArr () const
 
Double_tArr ()
 
void Dump () const
 Output vertex component values to std::cout. More...
 
 ClassDef (TGLVertex3, 1)
 

Additional Inherited Members

- Protected Member Functions inherited from TGLVertex3
Bool_t ValidIndex (UInt_t index) const
 
- Protected Attributes inherited from TGLVertex3
Double_t fVals [3]
 

#include <TGLUtil.h>

+ Inheritance diagram for TGLVector3:
+ Collaboration diagram for TGLVector3:

Constructor & Destructor Documentation

TGLVector3::TGLVector3 ( )

Construct a default (0.0, 0.0, 0.0) vector.

Definition at line 152 of file TGLUtil.cxx.

Referenced by operator-().

TGLVector3::TGLVector3 ( Double_t  x,
Double_t  y,
Double_t  z 
)

Construct a vector with components (x,y,z)

Definition at line 160 of file TGLUtil.cxx.

TGLVector3::TGLVector3 ( const Double_t src)

Construct a vector with components (src[0], src[1], src[2])

Definition at line 176 of file TGLUtil.cxx.

TGLVector3::TGLVector3 ( const TGLVector3 other)

Construct a vector from components of 'other'.

Definition at line 168 of file TGLUtil.cxx.

TGLVector3::~TGLVector3 ( )
virtual

Destroy vector object.

Definition at line 184 of file TGLUtil.cxx.

Member Function Documentation

TGLVector3::ClassDef ( TGLVector3  ,
 
)
Double_t TGLVector3::Mag ( ) const
inline
void TGLVector3::Normalise ( )
inline
TGLVector3 TGLVector3::operator- ( ) const
inline

Definition at line 297 of file TGLUtil.h.

TGLVector3 & TGLVector3::operator/= ( Double_t  val)
inline

Definition at line 288 of file TGLUtil.h.

TGLVector3& TGLVector3::operator= ( const TGLVertex3 v)
inline

Definition at line 259 of file TGLUtil.h.


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