Increases the angles of all halfspaces in all convexes by the specified angle.

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

Syntax

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

Parameters

arcmin
Type: System..::..Double
The angle of change.

See Also