1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-20 07:21:43 +02:00

Fix markdown rendering issue. (#384)

This function shows up as raw markdown instead of in italic. I think
it's because the multiplication operator isn't escaped.

Co-authored-by: Steve Nicholson <SSteve@users.noreply.github.com>
This commit is contained in:
Steve Nicholson
2023-06-04 20:36:12 -04:00
committed by GitHub
parent 40607a4dc7
commit 7a906b9e1f

View File

@@ -161,7 +161,7 @@ Running all our coordinates through this transformation gives a new set of coord
\right ]
\]
So we want some shearing value that, when multiplied by *y*, yields *-x*, so our x coordinate becomes zero. That value is simply *-x/y*, because *-x/y * y = -x*. Done:
So we want some shearing value that, when multiplied by *y*, yields *-x*, so our x coordinate becomes zero. That value is simply *-x/y*, because *-x/y \* y = -x*. Done:
\[
T_2 =