Click or drag to resize

Transform3DScale(Point2D) 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(
	Point2D scale
)

Parameters

scale  Point2D
Scaling factor for X/Y.
See Also