clone method

Vector3 clone()
inherited

Clone of this.

Implementation

Vector3 clone() => Vector3.copy(this);