Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public enum CircularRange
Members
  Member nameDescription
NotCircular The value is not an angle.
ZeroToTwoPi Specifies that the value should be adjusted such that it is between zero and two pi.
NegativePiToPi Specifies that the value should be adjusted such that it is between negative pi and pi.
See Also