new VectorN(n, array) base class for n-dimensional vector. Parameters: Name Type Description n number dimension of the vector. array Array array of the values of the vector. Source: nD.js, line 3481