mul method

V4 mul(
  1. V4 o
)

Implementation

V4 mul(V4 o) => _v4(x * o.x, y * o.y, z * o.z, w * o.w);