Exemplo n.º 1
0
 /// <summary>
 /// (internal) - constructor for starting to configure a tetrahedral centre.
 /// </summary>
 /// <param name="gb">the graph builder </param>(where we came from)
 /// <param name="u"> the vertex to</param>
 internal ExtendedTetrahedralBuilder(GraphBuilder gb,
                                     int u)
 {
     this.gb = gb;
     this.u  = u;
 }
Exemplo n.º 2
0
 public GeometricBuilder(GraphBuilder gb, int u, int v)
 {
     this.gb = gb;
     this.u  = u;
     this.v  = v;
 }