Module Litu.Manip

module Manip: sig .. end
3D space manipulators

type rot 
The type for rotation manipulators.
val rot : ?center:Gg.p2 ->
?radius:float -> ?init:Gg.quat -> start:Gg.p2 -> unit -> rot
val rot_update : rot -> Gg.p2 -> Gg.quat