Constructors

Properties

_end: number
_start: number

Accessors

Methods

  • Indicates whether the given value is included in this interval.

    Parameters

    • point: number
    • includeEnds: boolean

      Indicates whether to check the ends.

    • Optional tolerance: number = Tolerance.global.distTol

      Tolerance to check on the ends.

    Returns boolean

  • Indicates whether the given interval is included in this interval.

    Parameters

    • interval: Interval
    • includeEnds: boolean

      Indicates whether to check the ends.

    • Optional tolerance: number = Tolerance.global.distTol

      Tolerance to check on the ends.

    Returns boolean

  • Indicates whether the given interval is intersected with this interval.

    Parameters

    • interval: Interval
    • includeEnds: boolean

      Indicates whether to check the ends.

    • Optional tolerance: number = Tolerance.global.distTol

      Intersection tolerance.

    Returns boolean

  • Indicates whether the given interval is intersected with this interval.

    Parameters

    • interval: Interval
    • includeEnds: boolean

      Indicates whether to check the ends.

    • Optional tolerance: number = Tolerance.global.distTol

      Intersection tolerance.

    Returns boolean

Generated using TypeDoc