Click or drag to resize

Transform3DScale(Double, Double) Method

Scales the matrix by the given values.

Namespace: RAYLASE.SPICE3.Utils
Assembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.4.1
Syntax
C#
public void Scale(
	double scaleX,
	double scaleY
)

Parameters

scaleX  Double
Scaling factor for X.
scaleY  Double
Scaling factor for Y.
See Also