setD method

Vector4C setD(
  1. Vector4D o
)

Implementation

Vector4C setD(Vector4D o) => set(o.x, o.y, o.z, o.w);