Skip to content

M_Rhino_Geometry_Matrix_Scale

Will Pearson edited this page Aug 12, 2016 · 2 revisions

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

Clone this wiki locally