Edge2 goes from pt1 to pt2

Namespace: JigLibX.Geometry
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public Vector3 Edge2 { get; }
Visual Basic
Public ReadOnly Property Edge2 As Vector3
	Get
Visual C++
public:
property Vector3 Edge2 {
	Vector3 get ();
}

See Also