C# 클래스 R3.Geometry.H3Sphere

파일 보기 프로젝트 열기: roice3/Honeycombs

공개 메소드들

메소드 설명
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.

메소드 상세

AddSphere() 공개 정적인 메소드

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
리턴 void