Axiom.Graphics.EdgeData.Edge.Edge C# (CSharp) Method

Edge() public method

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