Ellipse

Ellipse

new Ellipse(centerRaDec, a, b, theta, optionsopt) → {Ellipse}

Description:
  • Constructor function for creating a new ellipse.
Source:
Parameters:
Name Type Attributes Description
centerRaDec Array.<number> right-ascension/declination 2-tuple of the ellipse's center in degrees
a number semi-major axis length in degrees
b number semi-minor axis length in degrees
theta number angle of the ellipse in degrees. Origin aligns the ellipsis' major axis with the north pole. Positive angle points towards the east.
options ShapeOptions <optional>
Configuration options for the ellipse
Properties
Name Type Attributes Description
drawAxes boolean <optional>
Whether to show the semi-major and semi-minor axes in dashed
Returns:
- The ellipse shape object
Type
Ellipse