MCPcopy
hub / github.com/CesiumGS/cesium / unproject

Method unproject

packages/engine/Source/Core/MapProjection.js:53–55  ·  view source on GitHub ↗

* Unprojects projection-specific map Cartesian3 coordinates, in meters, to Cartographic * coordinates, in radians. * * @param {Cartesian3} cartesian The Cartesian position to unproject with height (z) in meters. * @param {Cartographic} [result] An instance into which to c

(cartesian, result)

Source from the content-addressed store, hash-verified

51 * created and returned.
52 */
53 unproject(cartesian, result) {
54 DeveloperError.throwInstantiationError();
55 }
56}
57
58export default MapProjection;

Callers 15

view2Dto3DFunction · 0.45
Picking.jsFile · 0.45
rotateCVOnPlaneFunction · 0.45
rotateCVOnTerrainFunction · 0.45
adjustHeightForTerrainFunction · 0.45
debugShowBoundingVolumeFunction · 0.45
Billboard.jsFile · 0.45
Globe.jsFile · 0.45
updateMembersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected