Click or drag to resize

Matrix3Scale Method (Vector3)

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(
	Vector3 value
)
Request Example View Source

Parameters

value
Type: netDxfVector3
Scale factors for x, y, and z axis.

Return Value

Type: Matrix3
A scaling matrix.
See Also