Place all position into the provided array
array
void toArray (List<double> array, [int offset = 0]) { array[ offset ] = x; array[ offset + 1 ] = y; array[ offset + 2 ] = z; }