vec34D method

Vector3C vec34D(
  1. Vector3D o
)

Implementation

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