get method

PVector get()

@Deprecated use copy

Implementation

PVector get() {
  return copy();
}