Skip to main content

ellipse_parameter

Function ellipse_parameter 

Source
pub fn ellipse_parameter(
    ellipse: &Ellipse,
    p: Point,
    tol: Tolerances,
) -> OgeomResult<f64>
Expand description

The eccentric angle of the point on an ellipse in the direction of p.

ยงErrors

OgeomError::Construction if p projects to the centre.