EllipsoidalReflectorSpotlights
EllipsoidalRef is a term used in geodesy and computer graphics to denote a reference framework and associated tools that describe and manipulate ellipsoidal shapes. An ellipsoidal reference frame models a three-dimensional ellipsoid with semi-axes a, b, and c and provides a set of coordinate systems and transformations for points on or near the surface. It is commonly used to approximate the shape of the Earth in Earth-centered, Earth-fixed coordinates, and to support conversions between geodetic coordinates (latitude, longitude, height) and Cartesian coordinates (X, Y, Z).
The mathematical model uses the ellipsoid equation x^2/a^2 + y^2/b^2 + z^2/c^2 = 1. For Earth applications, a typical
Implementations of EllipsoidalRef may include operations such as converting between coordinate systems, computing surface normals, sampling
Because Earth is not a perfect ellipsoid, real systems often use a reference ellipsoid plus a geoid