Skip to main content

circle_parameter

Function circle_parameter 

Source
pub fn circle_parameter(
    circle: &Circle,
    p: Point,
    tol: Tolerances,
) -> OgeomResult<f64>
Expand description

The angle of the point on a circle nearest p, in [0, 2*pi).

§Errors

OgeomError::Construction if p lies on the circle’s axis, where every angle is equally near.