public Point3D parentToLocal (double parentX, double parentY, double parentZ)

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

Parameters:
parentX    the x coordinate in Parent's space
parentY    the y coordinate in Parent's space
parentZ    the z coordinate in Parent's space

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

Since:  JavaFX 8.0