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 -> tval min : t -> Osg.Vec3.tval max : t -> Osg.Vec3.tval center : t -> Osg.Vec3.t