12#ifndef ROOT_TGLScaleManip 
   13#define ROOT_TGLScaleManip 
#define ClassDef(name, id)
 
Abstract base camera class - concrete classes for orthographic and perspective cameras derive from it...
 
Abstract base class for viewer manipulators, which allow direct in viewer manipulation of a (TGlPhysi...
 
Concrete physical shape - a GL drawable.
 
Scale manipulator - attaches to physical shape and draws local axes widgets with box heads.
 
virtual Bool_t HandleButton(const Event_t &event, const TGLCamera &camera)
Handle mouse button event over manipulator - returns kTRUE if redraw required kFALSE otherwise.
 
void LimitScale(Double_t &factor) const
initial scaling factors
 
TGLScaleManip()
Construct scale manipulator not bound to any physical shape.
 
virtual Bool_t HandleMotion(const Event_t &event, const TGLCamera &camera)
Handle mouse motion over manipulator - if active (selected widget) scale physical along selected widg...
 
virtual ~TGLScaleManip()
Destroy the scale manipulator.
 
3 component (x/y/z) vector class.