Click or drag to resize

MatrixScale Method (Double)

Build a scaling matrix.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static Matrix Scale(
	double value
)

Parameters

value
Type: SystemDouble
Single scale factor for x, y, and z axis.

Return Value

Type: Matrix
A scaling matrix.
See Also