div method

Vector3C div(
  1. Vector3C o
)

Implementation

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