vec23D method

Vector2C vec23D(
  1. Vector2D o
)

Implementation

Vector2C vec23D(Vector2D o) => vec23(o.x, o.y);