MapChart.sceneToScreenIfVisible

Syntax

sceneToScreenIfVisible(point: PP.Vector3);

Parameters

point. The point whose coordinates you need to determine.

Description

The sceneToScreen method returns window coordinates of the point, corresponding to world coordinates, on condition that this point is visible.

Comments

The method returns a value of the PP.Vector3 type.

Example

The example of use is given in the page with description of the MapChart.sceneToScreen method.

See also:

MapChart