mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-20 23:41:49 +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:
@@ -161,7 +161,7 @@ Running all our coordinates through this transformation gives a new set of coord
|
|||||||
\right ]
|
\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 =
|
T_2 =
|
||||||
|
Reference in New Issue
Block a user