boundsFactory property

CreateBounds<PointType> boundsFactory
final

A function to create bounds objects from min and max points.

The factory can be adjusted by setting a custom function that creates custom bounds instances.

Implementation

final CreateBounds<PointType> boundsFactory;