Utility.Scaled Method

Craetes a scaling matrix and muliplies the original matrix by it.
Public Shared Sub Scaled( _ 
ByVal sx As Double, _ 
ByVal sy As Double, _ 
ByVal sz As Double, _ 
ByRef original As Double() _ 
)
This language is not supported or no code example is available.
public static void Scaled( 
double sx
double sy
double sz
ref double[] original 
)
This language is not supported or no code example is available.

Parameters

sx
double

The X scaling coefficient

sy
double

The Y scaling coefficient

sz
double

The Z scaling coefficient

original
double[]

The matrix to multiply

.NET Framework

Supported in: 4.8

In this article

Definition