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