sub method

Vector3C sub(
  1. Vector3C o
)

Implementation

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