3 component (x/y/z) vertex class.
This is part of collection of simple utility classes for GL only 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 - which TVector3 etc cannot (easily). They are not intended to be fully featured just provide minimum required.
Static Public Member Functions | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Protected Member Functions | |
Bool_t | ValidIndex (UInt_t index) const |
Protected Attributes | |
Double_t | fVals [3] |
#include <TGLUtil.h>
TGLVertex3::TGLVertex3 | ( | ) |
Construct a default (0.0, 0.0, 0.0) vertex.
Definition at line 53 of file TGLUtil.cxx.
Construct a vertex with components (x,y,z)
Definition at line 61 of file TGLUtil.cxx.
TGLVertex3::TGLVertex3 | ( | Double_t * | v | ) |
Construct a vertex with components (v[0], v[1], v[2])
Definition at line 69 of file TGLUtil.cxx.
TGLVertex3::TGLVertex3 | ( | const TGLVertex3 & | other | ) |
Construct a vertex from 'other'.
Definition at line 77 of file TGLUtil.cxx.
TGLVertex3::~TGLVertex3 | ( | ) |
Destroy vertex object.
Definition at line 85 of file TGLUtil.cxx.
void TGLVertex3::Dump | ( | ) | const |
Output vertex component values to std::cout.
Definition at line 130 of file TGLUtil.cxx.
|
inline |
void TGLVertex3::Maximum | ( | const TGLVertex3 & | other | ) |
Definition at line 120 of file TGLUtil.cxx.
void TGLVertex3::Minimum | ( | const TGLVertex3 & | other | ) |
Definition at line 111 of file TGLUtil.cxx.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Offset a vertex by components (xDelta, yDelta, zDelta)
Definition at line 102 of file TGLUtil.cxx.
void TGLVertex3::Shift | ( | TGLVector3 & | shift | ) |
Offset a vertex by vector 'shift'.
Definition at line 92 of file TGLUtil.cxx.
void TGLVertex3::Streamer | ( | TBuffer & | ) |
|
inline |