toArray method

List<double> toArray()

Convert to an Array @return x, y, z, w

Implementation

List<double> toArray(){
  return [x,y,z,w];
}