CogTransform2DRigid MapAngle Method Cognex VisionPro 9.23
Maps the given angle (in radians) through this transform and returns the result (in radians).

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

public double MapAngle(
	double angle
)

Return Value

Type: Double
The mapped angle.
Remarks

The operation of MapAngle(Double) is equivalent to creating a unit vector at the given angle, mapping the vector, and then computing the rotation angle of the mapped vector.
See Also