containsPoint abstract method

bool containsPoint(
  1. T point
)

Returns whether the specified point is in the supercluster's index.

Implementation

bool containsPoint(T point);