Ejemplo n.º 1
0
 public virtual void TouchVertex(NETGen.Core.Vertex v)
 {
 }
Ejemplo n.º 2
0
 public Vertices(NETGen.Core.Vertex v)
 {
     ID    = v.ID;
     Label = v.Label;
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Returns the position of a vertex in the network
 /// </summary>
 /// <returns>
 /// The position of vertex v
 /// </returns>
 /// <param name='v'>
 /// The vertex for which the position shall be returned
 /// </param>
 public abstract Vector3 GetPositionOfNode(NETGen.Core.Vertex v);