M_Rhino_Geometry_Matrix_Scale - mcneel/rhinocommon-api-docs GitHub Wiki

Matrix.Scale Method

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public void Scale(
	double s
)

VB

Public Sub Scale ( 
	s As Double
)

Parameters

 

s
Type: System.Double
A scale factor.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Matrix Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️