Commit 2020-10-29 19:28 ccc98d0a
View on Github →refactor(*): midpoint, point_reflection, and Mazur-Ulam in affine spaces (#4752)
- redefine midpointfor points in an affine space;
- redefine point_reflectionfor affine spaces (asequiv,affine_equiv, andisometric);
- define const_vsubasequiv,affine_equiv, andisometric;
- define affine_map.of_map_midpoint;
- fully migrate the proof of Mazur-Ulam theorem to affine spaces;