vec34C method

Vector3C vec34C(
  1. Vector3C o
)

Implementation

Vector3C vec34C(Vector3C o) => vec34(o.x, o.y, o.z);