Transforms the point to its vector representation.
Vector3 toVec3() => new Vector3(this.x, this.y, this.z);