org.tm4j.panckoucke.impl.renderer.graph.Point2Dim .move(double xIncrement,double yIncrement)

Description

Moves this point by adding this to its coordinates

Parameters
double xIncrement this will be added to the x coordinate
double yIncrement this will be added to the y coordinate

Other Resources

Related Topics