Description Usage Arguments Value
Parameterised elipse equations. Provide an origin (x and y), minor and major radii, an angle of rotation (measured from positive x to the elipse major axis) and a resolution. The funtion returns a list of the x and y coordinates of the perimeter of the elipse.
1 | elipses(x, y, major, minor, angle, res)
|
x |
Elipse centre x coordinate |
y |
Elipse centre y coordinate |
major |
Major radius |
minor |
Minor radius |
angle |
Angle (radians) of rotation (measured from positive x to the elipse major axis) |
res |
Number of points in elipse perimeter |
A list (containing the x and y coordinates of elipse perimeter)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.