This constructor creates a new PVector with the default values of 0.0 for x, y, and z.
PVector v = PVector(); /* v.x == 0.0 v.y == 0.0 v.z == 0.0 */