Calculates the angle to the specified point on the unit sphere

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

Syntax

C#
public double AngleInRadian(
	Cartesian p
)
Visual C++
public:
double AngleInRadian(
	Cartesian p
)
F#
member AngleInRadian : 
        p:Cartesian -> float 

Parameters

p
Type: Spherical..::..Cartesian
Input unit vector

Return Value

Angle in radians

See Also