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

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
double zIncrement this will be added to the z coordinate

Other Resources