Constructors
Protected
constructor
- new BaseRange(x, y, type): BaseRange
Parameters
- x: number
- y: number
- type: string
Properties
Readonly
position
Readonly
type
type: string
Methods
Abstract
contains
- contains(point): boolean
Returns boolean
Abstract
intersects
- intersects(range): boolean
Returns boolean