public Point3D localToScene (Point3D localPoint)

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:
localPoint    a 3D point in Node's space

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

See also:
localToScene(javafx.geometry.Point3D, boolean)

Since:  JavaFX 8.0