Vector3d.Vector3d Constructor (double[])

Visual Basic
Public Sub New(
    xyz As double[]
)
C#
public Vector3d(
    double\[\] xyz
);
Parameters
Parameters 
Description 
double[] xyz 
Input coordinate array 
Description

 

Creates a vector using the first three elements of the array.

Links