div method

Vector3D div(
  1. Vector3D o
)

Implementation

Vector3D div(Vector3D o) => .vec3(x / o.x, y / o.y, z / o.z);