public Point2D parentToLocal (Point2D parentPoint)

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

Parameters:
parentPoint    the 2D point in Parent's space

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