module Matrix_transform:MatrixTransform - is a subclass of Transform which has ansig..end
Osg.Matrix
which represents a 4x4 transformation of its children from local coordinates
into the Transform's parent coordinates.type t
val create' : unit -> tval to_group : t -> Osg.Group.tval set_matrix : t -> Osg.Matrix.t -> unitval create : Osg.Matrix.t -> Osg.Node.t list -> Osg.Node.t