C# Class R3.Geometry.H3Sphere

ファイルを表示 Open project: roice3/Honeycombs

Public Methods

Method 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 method

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
return void