Module Osg.Matrix_transform


module Matrix_transform: sig .. end
MatrixTransform - is a subclass of Transform which has an Osg.Matrix which represents a 4x4 transformation of its children from local coordinates into the Transform's parent coordinates.

type t 
osg::MatrixTransform holder.
val create' : unit -> t
val to_group : t -> Osg.Group.t
val set_matrix : t -> Osg.Matrix.t -> unit
val create : Osg.Matrix.t -> Osg.Node.t list -> Osg.Node.t