Uses of Interface
de.xima.fc.common.geometry.Point2DDoubleAdapter
-
Packages that use Point2DDoubleAdapter Package Description de.xima.fc.common.geometry -
-
Uses of Point2DDoubleAdapter in de.xima.fc.common.geometry
Methods in de.xima.fc.common.geometry with parameters of type Point2DDoubleAdapter Modifier and Type Method Description static <Point> List<Point>
AxisAlignedRouter2D. approximateWithAxisAlignedPath(Iterable<Point> points, Point2DDoubleAdapter<Point> adapter, ECartesianAxis2D firstAxis, double precision)
Approximates a path of line segments using only axis-aligned lines.static <Point> List<Point>
AxisAlignedRouter2D. approximateWithAxisAlignedPath(Iterator<Point> points, Point2DDoubleAdapter<Point> adapter, ECartesianAxis2D firstAxis, double precision)
Approximates a path of line segments using only axis-aligned lines.static <Point> boolean
AxisAlignedRouter2D. isAxisAligned(Iterable<? extends Point> points, Point2DDoubleAdapter<Point> adapter)
static <Point> boolean
AxisAlignedRouter2D. isAxisAligned(Iterator<? extends Point> points, Point2DDoubleAdapter<Point> adapter)
static <Point> boolean
AxisAlignedRouter2D. isAxisAligned(Point p1, Point p2, Point2DDoubleAdapter<Point> adapter)
-