negate method

Point negate()

Flip point over y coord

Implementation

Point negate() => Point(px, Utilities.mod(-py), pz);