A quadratic surface defined in Cartesian coordinates by the equation
(x / a)^2 + (y / b)^2 + (z / c)^2 = 1. Primarily used
by Cesium to represent the shape of planetary bodies.
Rather than constructing this object directly, one of the provided
constants is normally used.
alias Ellipsoid
{Number} [x=0] The radius in the x direction.
{Number} [y=0] The radius in the y direction.
{Number} [z=0] The radius in the z direction.
exception {DeveloperError} All radii components must be greater than or equal to zero.
A quadratic surface defined in Cartesian coordinates by the equation
(x / a)^2 + (y / b)^2 + (z / c)^2 = 1
. Primarily used by Cesium to represent the shape of planetary bodies.Rather than constructing this object directly, one of the provided constants is normally used. alias Ellipsoid
exception {DeveloperError} All radii components must be greater than or equal to zero.
Ellipsoid.UNIT_SPHERE
Ellipsoid.WGS84
Ellipsoid.fromCartesian3