C# Class R3.Geometry.H3Sphere

Afficher le fichier Open project: roice3/Honeycombs

Méthodes publiques

Méthode Description
AddSphere ( Shapeways mesh, Vector3D center, H3 settings ) : void

A helper for adding a sphere. center should be passed in the ball model. The approach is similar to how we do the bananas below.

Method Details

AddSphere() public static méthode

A helper for adding a sphere. center should be passed in the ball model. The approach is similar to how we do the bananas below.
public static AddSphere ( Shapeways mesh, Vector3D center, H3 settings ) : void
mesh Shapeways
center Vector3D
settings H3
Résultat void