Click or drag to resize

Matrix3Scale Method (Double, Double, Double)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Build a scaling matrix.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static Matrix3 Scale(
	double x,
	double y,
	double z
)
Request Example View Source

Parameters

x
Type: SystemDouble
Scale factor for x-axis.
y
Type: SystemDouble
Scale factor for y-axis.
z
Type: SystemDouble
Scale factor for z-axis.

Return Value

Type: Matrix3
A scaling matrix.
See Also