Description
Constructs a scale from the first two parameters of an array
Visual Basic
Public Sub New( xyz As double[] )
C#
public Scale3d( double\[\] xyz );
Parameters
Parameters | Description |
---|---|
double[] xyz | Input array |
Constructs a scale from the first two parameters of an array
Public Sub New( xyz As double[] )
public Scale3d( double\[\] xyz );
Parameters | Description |
---|---|
double[] xyz | Input array |