public Point3D localToParent (double x, double y, double z)

Transforms a point from the local coordinate space of this Node into the coordinate space of its parent.

Parameters:
x    the x coordinate of the point in Node's space
y    the y coordinate of the point in Node's space
z    the z coordinate of the point in Node's space

Returns:  the transformed 3D point in Parent's space

Since:  JavaFX 8.0