sceneToScreenIfVisible(point: PP.Vector3);
point. The point whose coordinates you need to determine.
The sceneToScreen method returns window coordinates of the point, corresponding to world coordinates, on condition that this point is visible.
The method returns a value of the PP.Vector3 type.
The example of use is given in the page with description of the MapChart.sceneToScreen method.
See also: