MatrixDTransform(PointD) Method

Transform the array of points.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void Transform(
	PointD[] pts
)

Parameters

pts  PointD
The array of points to transform (each point will be get a matrix transfrom).

See Also