TransformationMatrix.TransformationMatrix

TransformationMatrix()

Initializes a new instance of the TransformationMatrix class

public TransformationMatrix()

See Also


TransformationMatrix(double[], bool)

Initializes a new instance of the TransformationMatrix class.

public TransformationMatrix(double[] items, bool inverseRowCol)
ParameterTypeDescription
itemsDouble[]The items.
inverseRowColBooleanif set to true [inverse row col].

See Also