Gets the end point of the arc.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public Cartesian Point2 { get; set; }
Visual C++
public:
property Cartesian Point2 {
	Cartesian get ();
	void set (Cartesian value);
}
F#
member Point2 : Cartesian with get, set

See Also