div method

Vector4C div(
  1. Vector4C o
)

Implementation

Vector4C div(Vector4C o) => set(x / o.x, y / o.y, z / o.z, w / o.w);