Skip to main content

hyperbola_parameter

Function hyperbola_parameter 

Source
pub fn hyperbola_parameter(
    hyperbola: &Hyperbola,
    p: Point,
    tol: Tolerances,
) -> OgeomResult<f64>
Expand description

The parameter of the point on a hyperbola in the direction of p.

ยงErrors

OgeomError::Domain if p projects to the far branch, which this hyperbola does not describe.