scale method

Vector3 scale(
  1. num k
)

Implementation

Vector3 scale(num k) => this * k;