Class InfiniteBorders<T>

  • All Implemented Interfaces:
    PointTranslator

    public class InfiniteBorders<T>
    extends StickyBorders
    This represents an infinite space. There are no edges so you can always move to a point.

    This is the same as a StickyBorders space with dimensions Double.POSITIVE_INFINITY.

    Author:
    Jerry Vos