pub fn plane_at(plane: &Plane, u: f64, v: f64) -> SurfacePointExpand description
Evaluate a plane at (u, v), the coordinates along its x and y axes.
pub fn plane_at(plane: &Plane, u: f64, v: f64) -> SurfacePointEvaluate a plane at (u, v), the coordinates along its x and y axes.