Matrix.Scale Method

MatrixScale Method

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void Scale(
	double s
)
Public Sub Scale ( 
	s As Double
)

Parameters

s
Type: SystemDouble
A scale factor.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also