Gets the angle between the end points.

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

Syntax

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

See Also