Request

Response

    Transformation class

    Represents a transformation in 4D.

    public class Transformation
    

    Public Members

    namedescription
    Transformation() Creates a new Transformation instance with an identity matrix.
    Matrix { get; set; } Gets or sets the matrix representation of the transformation.

    See Also