Vector3D(double[])

Create a vector with coordinates set to "coordinates". Depending on the length of "coordinates" array, assign 0, 1, 2, or 3 of vector's components.

Declaration Syntax

public Vector3D(double[] coordinates)

Parameters

coordinates(double[])

No details are provided for this entry.