Module Osg.Cylinder


module Cylinder: sig .. end
cylinder shape

type t 
osg::Cylinder holder
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