Returns the angle on the circle to specified point from the start point.

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

Syntax

C#
public double GetAngle(
	Cartesian x
)
Visual C++
public:
double GetAngle(
	Cartesian x
)
F#
member GetAngle : 
        x:Cartesian -> float 

Parameters

x
Type: Spherical..::..Cartesian
The point on the circle.

Return Value

[Missing <returns> documentation for "M:Spherical.Arc.GetAngle(Spherical.Cartesian)"]

See Also