copy method

Vector3 copy()

Implementation

Vector3 copy() => Vector3(x, y, z);