Increases the angles of all halfspaces by the given amount.

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

Syntax

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

Parameters

arcmin
Type: System..::..Double
The change of radius in arcminutes.

Return Value

The reference to self.

See Also