Interface cannot be instantiated
- Source
Methods
(abstract) getHashDimensions() → {Array.<Number>}
Computes the dimensions of the item for the HashGrid
.
- Source
Returns:
rectangular dimensions in [width, height]
- Type:
- Array.<Number>
(abstract) getHashPos() → {Array.<Number>}
Computes the coordinate position for the item within the HashGrid
, expects center position.
- Source
Returns:
- Type:
- Array.<Number>