Gets the second edge of the triangle running from vertex 3 to vertex 1.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public Edge Edge2 { get; }
Visual Basic (Declaration)
Public ReadOnly Property Edge2 As Edge
Visual C++
public:
property Edge^ Edge2 {
	Edge^ get ();
}

Field Value

The second edge of the triangle.

Remarks

The second edge runs from Vertex3 to Vertex1

The second edge is opposite to Vertex2.

See Also