Transform2DLinear GetScalingAspectRotationSkewTranslation Method Cognex VisionPro 9.23

Extract the named parameters from this transform. Rotation and Skew are in radians.

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

See Also