pub fn reflect_point<T>(pt: &Point<T>, pivot: &Point<T>) -> Point<T>where T: Num + Copy,
Reflect a point about a pivot point Direct port from clipper.core.h line 986