Transform2DRigid GetRotationTranslation Method Cognex VisionPro 9.10

Extract the named parameters from this transform. Rotation is in radians.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public void GetRotationTranslation(
	out double rotation,
	out double translationX,
	out double translationY
)

Parameters

rotation
Type: System Double 
The rotation in radians.
translationX
Type: System Double 
The translation along the x-axis.
translationY
Type: System Double 
The translation along the y-axis.
See Also