Maps the given angle (in radians) through this transform and returns the result (in radians).
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
public double MapAngle(
double angle
)
public double MapAngle(
double angle
)
Public Function MapAngle (
angle As Double
) As Double
Public Function MapAngle (
angle As Double
) As Double
public:
double MapAngle(
double angle
)
public:
double MapAngle(
double angle
)
Return Value
Type:
DoubleThe mapped angle.
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.