library: libRGL #include "TGLUtil.h" |
TGLVertex3
class description - header file - source file
viewCVS header - viewCVS source
class TGLVertex3
Function Members (Methods)
Display options:
TGLVertex3
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.
TGLVertex3()
Construct a default (0.0, 0.0, 0.0) vertex
void Dump()
Output vertex component values to std::cout
void Negate()
______________________________________________________________________________
void Fill(Double_t val)
______________________________________________________________________________
void Set(const TGLVertex3 & other)
______________________________________________________________________________
Author: Richard Maunder 25/05/2005
Last update: root/gl:$Name: $:$Id: TGLUtil.cxx,v 1.33 2006/12/13 09:33:29 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.