Multiplies the coordinates by the specified amount.

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

Syntax

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

Parameters

s
Type: System..::..Double
The multiplication factor.

See Also