CogTransform2DLinear GetScalingsRotationsTranslation Method Cognex VisionPro 9.8
Extract the named parameters from this transform. RotationX and RotationY are in radians.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax

public void GetScalingsRotationsTranslation(
	out double scalingX,
	out double scalingY,
	out double rotationX,
	out double rotationY,
	out double translationX,
	out double translationY
)

Parameters

scalingX
Type: System Double 

The scaling factor of the x-axis.

scalingY
Type: System Double 

The scaling factor of the y-axis.

rotationX
Type: System Double 

The rotation of the x-axis in radians.

rotationY
Type: System Double 

The rotation of the y-axis in radians.

translationX
Type: System Double 

The translation along the x-axis.

translationY
Type: System Double 

The translation along the y-axis.

Remarks

Returns the x- and y-axis scaling, rotation, and/or translation of this transformation. Note that each GetScalingsRotationsTranslation(Double , Double , Double , Double , Double , Double ) parameter is optional.

See Also