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.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax
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
| Exception | Condition |
|---|---|
| ArgumentException | If start > end. |
See Also