PVector constructor

PVector(
  1. num x,
  2. num y
)

Implementation

PVector(this.x, this.y);