A constructor that initializes the array with a list of PVectors
list
VectorArr arr({PVector(1, 2, 3), PVector(4, 5, 6)});