ICMPObjectGetTransformMatrix Method

Returns the transformation matrix with translation, rotation and mirroring

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public MatrixD GetTransformMatrix(
	out bool isMirrored
)

Parameters

isMirrored  Boolean
true if mirrored

Return Value

MatrixD
Transformation matrix

Implements

InterfaceCMPObjectGetTransformMatrix(Boolean)

See Also