IPolyClassTransform Method

Transforms the poylgon by the given Matrix

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void Transform(
	MatrixD m
)

Parameters

m  MatrixD
Matrix for transformation

Implements

InterfacePolyClassTransform(MatrixD)

See Also