Skip to content

M_Rhino_Geometry_Matrix_Scale

Will Pearson edited this page Aug 11, 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: 5.1.50000.0 (5.0.20693.0)

Syntax

C#

public void Scale(
	double s
)

VB

Public Sub Scale ( 
	s As Double
)

Parameters

 

s
Type: System.Double
A scale factor.

See Also

Reference

Matrix Class
Rhino.Geometry Namespace

Clone this wiki locally