module Bounding_box:General purpose axis-aligned bounding box class for enclosing objects/vertices. Bounds leaf objects in a scene such assig
..end
Osg.Drawable
objects. Used for frustum
culling etc.type
t
val create' : unit -> t
val min : t -> Osg.Vec3.t
val max : t -> Osg.Vec3.t
val center : t -> Osg.Vec3.t