TransformationMatrix.Scale

TransformationMatrix.Scale method

Scaling of a matrix

public static TransformationMatrix Scale(double sx, double sy, double sz)
ParameterTypeDescription
sxDoubleX scale value
syDoubleY scale value
szDoubleZ scale value

Return Value

Scaling matrix

See Also