Maps the given angle (in radians) through this transform and returns the result (in radians).
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax
Parameters
- angle
- Type: System Double
The angle to map.
Return Value
Type: DoubleRemarks
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