Transform2DLinear MapAngle Method Cognex VisionPro 9.21

Maps the given angle (in radians) through this transform and returns the result (in radians).

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

public double MapAngle(
	double angle
)

Return Value

Type: Double
Remarks

Maps the given angle in radians through this transformation. The operation of MapAngle 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