ellipse_evaluate
- compas.geometry.ellipse_evaluate(t, a, b, z=0)[source]
Evalutes an ellipse at a parameter.
- Parameters
t (float) – Parameter
a (float) – Constant
b (float) – Constant
z (float, optional) – Height. Default is 0.
Notes
The radius along the x and y axes are a and b, respectively.
- Returns
list – The (x, y, z) coordinates.