Exemple #1
0
 public void MappingSphericalTuette(TriMesh mesh)
 {
     GenusOneSphere hSphere = new GenusOneSphere(mesh);
     hSphere.MappingSphericalTuette(mesh);
 }
Exemple #2
0
        public void MappingSphericalTuette(TriMesh mesh)
        {
            GenusOneSphere hSphere = new GenusOneSphere(mesh);

            hSphere.MappingSphericalTuette(mesh);
        }
Exemple #3
0
 public void MappingGauss(TriMesh mesh) 
 {
     GenusOneSphere hSphere = new GenusOneSphere(mesh);
     hSphere.MappingGauss(mesh);
 }
Exemple #4
0
        public void MappingGauss(TriMesh mesh)
        {
            GenusOneSphere hSphere = new GenusOneSphere(mesh);

            hSphere.MappingGauss(mesh);
        }