pub fn mirror<P: Point>(point: P, through: P) -> P
Expand description

Mirrors the first point given through the second one