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

Transforms a point from the local coordinate space of this Node into the coordinate space of its scene. Note that if this node is in a SubScene, the result is in the subscene coordinates, not that of javafx.scene.Scene.

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

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

See also:
localToScene(double, double, double, boolean)

Since:  JavaFX 8.0