Vector.zero constructor

const Vector.zero()

Implementation

const Vector.zero()
    : x = 0.0,
      y = 0.0;