12#ifndef ROOT_TGLScaleManip
13#define ROOT_TGLScaleManip
#define ClassDefOverride(name, id)
Abstract base camera class - concrete classes for orthographic and perspective cameras derive from it...
TGLManip(const TGLManip &)
last (latest) mouse position (in WINDOW coords)
Concrete physical shape - a GL drawable.
~TGLScaleManip() override
Destroy the scale manipulator.
void LimitScale(Double_t &factor) const
initial scaling factors
Bool_t HandleMotion(const Event_t &event, const TGLCamera &camera) override
Handle mouse motion over manipulator - if active (selected widget) scale physical along selected widg...
TGLScaleManip()
Construct scale manipulator not bound to any physical shape.
Bool_t HandleButton(const Event_t &event, const TGLCamera &camera) override
Handle mouse button event over manipulator - returns kTRUE if redraw required kFALSE otherwise.
3 component (x/y/z) vector class.