copy method

PVector copy()

Implementation

PVector copy() {
  return PVector(x, y);
}