public interface Point3d extends Point2d
double
getZ()
void
setLocation(double x, double y, double z)
getX, getY, setLocation
getLocation, setLocation
void setLocation(double x, double y, double z)
double getZ()