CogTransform2DLinear GetScalingAspectRotationSkewTranslation Method Cognex VisionPro
Extract the named parameters from this transform. Rotation and Skew are in radians.

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

public void GetScalingAspectRotationSkewTranslation(
	out double scaling,
	out double aspect,
	out double rotation,
	out double skew,
	out double translationX,
	out double translationY
)

Parameters

scaling
Type: System Double 

The Scaling factor.

aspect
Type: System Double 

The aspect ratio.

rotation
Type: System Double 

The angle of Rotation in radians.

skew
Type: System Double 

The skew angle 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 scaling, aspect, rotation, skew, and/or translation of this transformation. Note that each GetScalingAspectRotationSkewTranslation(Double , Double , Double , Double , Double , Double ) parameter is optional.

See Also