Find new Steiner Point locations.
http://www.cise.ufl.edu/~ungor/aCute/index.html
Exemplo n.º 1
0
        public Quality(Mesh mesh)
        {
            logger = SimpleLog.Instance;

            badsubsegs = new Queue<BadSubseg>();
            queue = new BadTriQueue();

            this.mesh = mesh;
            this.behavior = mesh.behavior;

            newLocation = new NewLocation(mesh);
        }