operator * method

Vector3 operator *(
  1. Vector3 v
)

Implementation

Vector3 operator*(Vector3 v) => multiply(v);