Gets or Sets edge1

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

Syntax

C#
public Vector3 Edge1 { get; set; }
Visual Basic
Public Property Edge1 As Vector3
	Get
	Set
Visual C++
public:
property Vector3 Edge1 {
	Vector3 get ();
	void set (Vector3 value);
}

See Also