Method Sphere
Sphere(float)
Creates a 3D Sphere.
public static IImplicitShape<GridPoint3> Sphere(float radius)Parameters
- radiusfloat
- Radius of shape. 
Creates a 3D Sphere.
public static IImplicitShape<GridPoint3> Sphere(float radius)radius floatRadius of shape.