module Control_point: sig .. end
sig
end
type t
val create : Osg.Vec3.t -> Osg.Quat.t -> Osg.Vec3.t -> t
Osg.Vec3.t -> Osg.Quat.t -> Osg.Vec3.t -> t
create position rotation scale
val get_matrix : t -> Osg.Matrix.t
t -> Osg.Matrix.t
val get_inverse : t -> Osg.Matrix.t