vec43D method

Vector4C vec43D(
  1. Vector4D o
)

Implementation

Vector4C vec43D(Vector4D o) => vec43(o.x, o.y, o.z);