vec44D method

Vector4C vec44D(
  1. Vector4D o
)

Implementation

Vector4C vec44D(Vector4D o) => vec44(o.x, o.y, o.z);