pub fn cone_at(cone: &Cone, angle: f64, height: f64) -> SurfacePointExpand 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.