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