vec22D method

Vector2C vec22D(
  1. Vector2D o
)

Implementation

Vector2C vec22D(Vector2D o) => vec22(o.x, o.y);