copy method

Point copy()

Creates a new Point object with identical x-y-z-values

Implementation

Point copy() => Point._(x, y, z);