Skip to main content

ellipse_at

Function ellipse_at 

Source
pub fn ellipse_at(ellipse: &Ellipse, angle: f64) -> CurvePoint
Expand description

Evaluate an ellipse at angle.

The parameter is the eccentric angle, not the polar one: the point is (a cos t, b sin t). That keeps evaluation free of trigonometric inversion and matches every exchange format.