12#ifndef ROOT_TGLPlotCamera 
   13#define ROOT_TGLPlotCamera 
#define ClassDef(name, id)
 
Implements the arc-ball rotation manipulator.
 
Camera for TGLPlotPainter and sub-classes.
 
TGLPlotCamera(const TGLPlotCamera &)
 
Int_t GetY() const
viewport[1]
 
TGLPlotCamera & operator=(const TGLPlotCamera &)
 
TGLPlotCamera()
Construct camera for plot painters.
 
void StartPan(Int_t px, Int_t py)
User clicks somewhere (px, py).
 
Bool_t ViewportChanged() const
 
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) vector class.
 
3 component (x/y/z) vertex class.
 
void box(Int_t pat, Double_t x1, Double_t y1, Double_t x2, Double_t y2)