Classes
Methods
度转弧度
Name | Type | Description |
---|---|---|
angle |
number |
Returns:
已知中心点、半径,生成圆所需要的坐标
Name | Type | Description |
---|---|---|
center |
Cesium.Cartesian3 | 中心点 |
radius |
Number | 半径 |
Returns:
世界坐标集合
计算两点中心点
Name | Type | Description |
---|---|---|
cartesian1 |
Cesium.Cartesian3 | |
cartesian2 |
Cesium.Cartesian3 |
Returns:
static TS.GISTools.destinationVincenty(lon, lat, brng, dist) → Position
根据偏航角和距离,获得经纬度
Name | Type | Description |
---|---|---|
lon |
Number | 经度 |
lat |
Number | 纬度 |
brng |
Number | 偏航角 |
dist |
Number | 距离(米) |
Returns:
贝塞尔曲线
Name | Type | Description |
---|---|---|
positions |
* |
Returns:
获取二项分布
Name | Type | Description |
---|---|---|
n |
* | |
index |
* |
Returns:
获取阶乘数据
Name | Type | Description |
---|---|---|
n |
* |
Returns:
弧度转度
Name | Type | Description |
---|---|---|
radian |
number |