Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 92455f3

Browse files
committed
feat: add image to visualize rotating points
1 parent a9945c7 commit 92455f3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
159 KB
Loading

src/geometry/manhattan-distance.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ the Manhattan distance between the points $p$ and $q$ turns into the Chebyshev d
7474

7575
Also, we may realize that $\alpha$ is a [spiral similarity](https://en.wikipedia.org/wiki/Spiral_similarity) (rotation of the plane followed by a dilation about a center $O$) with center $(0, 0)$, rotation angle of $45^{\circ}$ in clockwise direction and dilation by $\sqrt{2}$.
7676

77+
Here's an image to help visualizing the transformation:
78+
79+
<center>![Chebyshev transformation](chebyshev-transformation.png)</center>
7780

7881
## Manhattan Minimum Spanning Tree
7982

0 commit comments

Comments
 (0)