CircularRange Enumeration |
The possible options that a numerical value could be limited to when it represents an angle.
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum CircularRange
Public Enumeration CircularRange
public enum class CircularRange
Members
| Member name | Description |
---|
| NotCircular |
The value is not an angle.
|
| ZeroToTwoPi |
Specifies that the value should be adjusted such that it is between 0 and 2π.
|
| NegativePiToPi |
Specifies that the value should be adjusted such that it is between -π and π.
|
See Also