MatrixDTransform(PointD) Method

Transform the point and return the result as a new point.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
C#
public PointD Transform(
	PointD p
)

Parameters

p  PointD
Point to transform.

Return Value

PointD
Transformed point

See Also