multiply method

UArVector3 multiply(
  1. UArVector3 other
)

Implementation

UArVector3 multiply(UArVector3 other) => UArVector3(x * other.x, y * other.y, z * other.z);