Description Usage Arguments Details Value Author(s) See Also
Calculates x,y cartesian position coordinates of an ellipse.
1 | ellipse(xcen = 0, ycen = 0, a = 10, b = 5, e = 1-b/a, pa = 0)
|
xcen |
origin (x) |
ycen |
origin (y) |
a |
semi-major axis |
b |
semi-minor axis |
e |
ellipticity (1 - b/a) |
pa |
position angle (right=0, up=90) |
Note that 'b' is redundant if values of 'e' are given.
x |
ellipse coordinates along the x-axis |
y |
ellipse coordinates along the y-axis |
Menaechmus, Euclid, Apollonius, Lee Kelvin
Maintainer: Lee Kelvin <lee.kelvin@uibk.ac.at>
The astronomy package: astro
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.