vec42D method

Vector4C vec42D(
  1. Vector4D o
)

Implementation

Vector4C vec42D(Vector4D o) => vec42(o.x, o.y, o.z);