Beispiel #1
0
 public static Mesh Tetrahedron(float radius)
 {
     return(MeshDraft.Tetrahedron(radius).ToMesh());
 }