UNPKG
cesium-pocket
Version:
latest (0.0.23-alpha)
0.0.23-alpha
0.0.22-alpha
0.0.9-alpha
0.0.8-alpha
0.0.7-alpha
0.0.6-alpha
0.0.5-alpha
cesium的插件库;基于vue3的开发
cesium-pocket
/
util
/
coordinate.d.ts
3 lines
(2 loc)
•
135 B
TypeScript
View Raw
1
2
3
import
{
Viewer
,
Cartesian3
}
from
'cesium'
;
export
declare
const
cartesianToScreen
:
(
viewer
:
Viewer
,
cartesian
:
Cartesian3
) =>
any
[];