Cog3DAngleRange Constructor Cognex VisionPro
Construct this Cog3DAngleRange with the given start and end values. Note that if end - start > 2*PI, then it constructs a full angle range.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax

public Cog3DAngleRange(
	double start,
	double end
)

Parameters

start
Type: System Double
The start value of the angle range in radians.
end
Type: System Double
The end value of the angle range in radians.
Exceptions

ExceptionCondition
ArgumentException If start > end.
See Also