module Cone:cone shapesig
..end
type
t
val create' : Osg.Vec3.t -> float -> float -> t
create center radius height
val set_rotation : t -> Osg.Quat.t -> unit
val to_shape : t -> Osg.Shape.t
val create : ?rotation:Osg.Quat.t -> Osg.Vec3.t -> float -> float -> Osg.Shape.t