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 -> 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