12#include "TGLIncludes.h" 
   26   fZoom(1.), fShift(1.5), fCenter(),
 
 
  109   fTruck += (start - end) /= 2.;
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
void Drag(const TPoint &NewPt)
Mouse drag, calculate rotation.
 
void SetBounds(UInt_t NewWidth, UInt_t NewHeight)
 
void Click(const TPoint &NewPt)
Mouse down.
 
const Double_t * GetRotMatrix() const
 
Camera for TGLPlotPainter and sub-classes.
 
Int_t GetY() const
viewport[1]
 
TGLPlotCamera()
Construct camera for plot painters.
 
void StartPan(Int_t px, Int_t py)
User clicks somewhere (px, py).
 
void Apply(Double_t phi, Double_t theta) const
Applies rotations and translations before drawing.
 
void SetViewport(const TGLRect &vp)
Setup viewport, if it was changed, plus reset arcball.
 
Int_t GetX() const
viewport[0]
 
void RotateCamera(Int_t px, Int_t py)
Mouse movement.
 
void SetCamera() const
Viewport and projection.
 
Int_t GetWidth() const
viewport[2]
 
void Pan(Int_t px, Int_t py)
Pan camera.
 
Int_t GetHeight() const
viewport[3]
 
void StartRotation(Int_t px, Int_t py)
User clicks somewhere (px, py).
 
void SetViewVolume(const TGLVertex3 *box)
'box' is the TGLPlotPainter's back box's coordinates.
 
Viewport (pixel base) 2D rectangle class.
 
3 component (x/y/z) vertex class.