sub method

Vector4C sub(
  1. Vector4C o
)

Implementation

Vector4C sub(Vector4C o) => set(x - o.x, y - o.y, z - o.z, w - o.w);