Skip to main content

cone_at

Function cone_at 

Source
pub fn cone_at(cone: &Cone, angle: f64, height: f64) -> SurfacePoint
Expand description

Evaluate a cone at (angle, height).

At the apex the two tangents are collinear and the surface has no normal; SurfacePoint::normal reports that rather than returning a made-up direction.