Table of Contents

Class Interval

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Represents an interval. This is the 1D analog of U:Rect and U:Bounds.

[Serializable]
public class Interval
Inheritance
Interval
Inherited Members

Constructors

Interval(float, float)

Fields

Dimensions
Left

Properties

Right

Methods

Contains(float)
Intersection(Interval, Interval)
Translate(Interval, float)
UnionBoundingBox(Interval, Interval)