dataType Line¶
A line defined on the celestial sphere. If the distance between begin and end is 180° (π), this function returns an error because the location of the line is undefined. However, if longitudes of begin and end are equal, pgSphere assumes a meridian and returns the corresponding spherical line.
Members¶
| name | type | mult | description |
|---|---|---|---|
| begin | Point | start point of line | |
| end | Point | end point of line |