Click or drag to resize

MatrixScale Method

Modifies the current matrix by multiplying its values by a number.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void Scale(
	double s
)

Parameters

s
Type: SystemDouble
A scale factor.
See Also