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