copy method

Point copy()

Make a copy of the point

Implementation

Point copy() => Point(px, py, pz);