new Ellipse(centerRaDec, a, b, theta, optionsopt) → {Ellipse}
Constructor function for creating a new ellipse.
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
|
- Source:
Returns:
- The ellipse shape object
- Type
- Ellipse