Copies value of source to this vector.
Vec3 copy(Vec3 vector) { x = vector.x; y = vector.y; z = vector.z; return this; }