Axiom.Graphics.EdgeData.Edge.Edge C# (CSharp) Méthode

Edge() public méthode

Default constructor.
public Edge ( ) : System
Résultat System
			public Edge()
			{
				triIndex = new int[ 2 ];
				vertIndex = new int[ 2 ];
				sharedVertIndex = new int[ 2 ];
			}
EdgeData.Edge