Skip to main content

cone_parameters

Function cone_parameters 

Source
pub fn cone_parameters(
    cone: &Cone,
    p: Point,
    tol: Tolerances,
) -> OgeomResult<(f64, f64)>
Expand description

The (angle, height) of the point on a cone nearest p.

ยงErrors

OgeomError::Construction if p lies on the axis.