vec21D method

Vector2C vec21D(
  1. Vector2D o
)

Implementation

Vector2C vec21D(Vector2D o) => vec21(o.x, o.y);