Skip to main content

make_sphere_surface

Function make_sphere_surface 

Source
pub fn make_sphere_surface(
    center: Vec3,
    radius: f64,
    polar_axis: Vec3,
) -> Result<NurbsSurface, String>