Namespace Xui.Core.Math1D
Classes
- Interval<T>
Provides interval types (Interval<T>.Closed and Interval<T>.ClosedOpen) over a comparable element type, each modeled as a set with membership, containment, and intersection operations.
Structs
- Interval<T>.Closed
Represents a closed interval [Start, End] over a comparable type, modeled as a set with membership and containment operations.
- Interval<T>.ClosedOpen
Represents a half-open interval [Start, End) over a comparable type, modeled as a set with membership and containment operations.