Module Osg.Convex_planar_polygon


module Convex_planar_polygon: sig .. end
A class for representing components of convex clipping volumes.

type t 
osg::ConvexPlanarPolygon holder.
val create' : unit -> t
val add : t -> Osg.Vec3.t -> unit
val create : Osg.Vec3.t list -> t