vec24D method

Vector2C vec24D(
  1. Vector2D o
)

Implementation

Vector2C vec24D(Vector2D o) => vec24(o.x, o.y);