Description
Creates a vector using the first three elements of the array.
Visual Basic
Public Sub New( xyz As double[] )
C#
public Vector3d( double\[\] xyz );
Parameters
Parameters | Description |
---|---|
double[] xyz | Input coordinate array |
Creates a vector using the first three elements of the array.
Public Sub New( xyz As double[] )
public Vector3d( double\[\] xyz );
Parameters | Description |
---|---|
double[] xyz | Input coordinate array |