Returns a point on the circle at the specified angle.

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

Syntax

C#
public Cartesian GetPoint(
	double phi
)
Visual C++
public:
Cartesian GetPoint(
	double phi
)
F#
member GetPoint : 
        phi:float -> Cartesian 

Parameters

phi
Type: System..::..Double
The angle in radians.

Return Value

[Missing <returns> documentation for "M:Spherical.Arc.GetPoint(System.Double)"]

See Also