setD method

Vector2C setD(
  1. Vector2D o
)

Implementation

Vector2C setD(Vector2D o) => set(o.x, o.y);