Module Osg.Bounding_box


module Bounding_box: sig .. end
General purpose axis-aligned bounding box class for enclosing objects/vertices. Bounds leaf objects in a scene such as Osg.Drawable objects. Used for frustum culling etc.

type t 
osg::BoundingBox holder.
val create' : unit -> t
val min : t -> Osg.Vec3.t
val max : t -> Osg.Vec3.t
val center : t -> Osg.Vec3.t