TransformationMatrix.Copy

TransformationMatrix.Copy method

Performs copy of one TransformationMatrix into other.

public static TransformationMatrix Copy(TransformationMatrix matrix)
ParameterTypeDescription
matrixTransformationMatrixMatrix to copy values from.

Return Value

Copy matrix.

See Also