Uses of Class
one.microstream.math.InvalidCoordinateException
-
Packages that use InvalidCoordinateException Package Description one.microstream.math -
-
Uses of InvalidCoordinateException in one.microstream.math
Methods in one.microstream.math that throw InvalidCoordinateException Modifier and Type Method Description static void
Bresenham. line(int x1, int y1, int x2, int y2, IntCoordinateManipulator manipulator)
void
IntCoordinateManipulator. manipulateCoordinate(int x, int y)
-