Increases the radius by the given angle.

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

Syntax

C#
public Halfspace Grow(
	double arcmin
)
Visual C++
public:
Halfspace Grow(
	double arcmin
)
F#
member Grow : 
        arcmin:float -> Halfspace 

Parameters

arcmin
Type: System..::..Double
The angle in arcminutes.

Return Value

The reference of this halfspace.

See Also