new Cesium.Cartesian3(x, y, z)
A 3D Cartesian point.
Name | Type | Default | Description |
---|---|---|---|
x | Number | 0.0 | optional The X component. |
y | Number | 0.0 | optional The Y component. |
z | Number | 0.0 | optional The Z component. |
Cesium.Cartesian3.fromDegrees(longitude, latitude, height, ellipsoid, result) → Cartesian3
static
Returns a Cartesian3 position from longitude and latitude values given in degrees.
Name | Type | Default | Description |
---|---|---|---|
long |