Transform2DLinear GetScalingsRotationsTranslation Method Cognex VisionPro 9.25 SR1

Extract the named parameters from this transform. RotationX and RotationY are in radians.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.25.1.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

See Also