TGLClipBox Concrete clip box object. Can be translated, rotated and scaled in all (xyz) axes. By default inside of the box is clipped away.
enum TGLClip::EMode { | kOutside | |
kInside | ||
}; | ||
enum TGLPhysicalShape::EManip { | kTranslateX | |
kTranslateY | ||
kTranslateZ | ||
kTranslateAll | ||
kScaleX | ||
kScaleY | ||
kScaleZ | ||
kScaleAll | ||
kRotateX | ||
kRotateY | ||
kRotateZ | ||
kRotateAll | ||
kManipAll | ||
}; |
TGLClip::EMode | TGLClip::fMode | |
UInt_t | TGLClip::fTimeStamp | |
Bool_t | TGLClip::fValid |
Construct an (initially) axis aligned clip pbox object, extents 'halfLengths', centered on 'center' vertex. Box can be translated, rotated and scaled in all (xyz) local axes.
Return set of 6 planes describing faces of the box but invert them so that they point inside of box.