vec41D method

Vector4C vec41D(
  1. Vector4D o
)

Implementation

Vector4C vec41D(Vector4D o) => vec41(o.x, o.y, o.z);