CogTransform2DRigid Constructor (Double, Double, Double)Cognex VisionPro 9.24
Constructs a CogTransform2DRigid using the supplied components.

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

public CogTransform2DRigid(
	double rotation,
	double translationX,
	double translationY
)

Parameters

rotation
Type: System Double
The rotation angle ( in radians).
translationX
Type: System Double
The translation in X axis.
translationY
Type: System Double
The translation in Y axis.
See Also