Module OsgGA.Trackball_manipulator


module Trackball_manipulator: sig .. end
Trackball manipulator

type t 
osgGA::TrackballManipulator holder.
val create' : unit -> t
create Trackball OsgGA.Matrix_manipulator.t
val to_matrix_manipulator : t -> OsgGA.Matrix_manipulator.t
downcast to OsgGA.Matrix_manipulator.t
val get_center : t -> Osg.Vec3.t
Get the center of the trackball.
val get_distance : t -> float
Get the distance of the trackball.
val get_rotation : t -> Osg.Quat.t
Get the rotation of the trackball.
val create : unit -> OsgGA.Matrix_manipulator.t