1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-26 09:44:32 +02:00

Cambria anyway

This commit is contained in:
Pomax
2017-02-27 11:01:13 -08:00
parent f8116a4bc5
commit 5342543012
187 changed files with 313 additions and 238 deletions

View File

@@ -118,7 +118,7 @@ var Offsetting = React.createClass({
<i>N(t)</i> always has length 1, which we can achieve by dividing <i>B'(t)</i> by its magnitude:</p>
<p>\[
N(t) \perp \left ( \frac{B'(t)}{\left || B'(t) \right || } \right )
N(t) \bot \left ( \frac{B'(t)}{\left || B'(t) \right || } \right )
\]</p>
<p>Determining the length requires computing an arc length, and this is where things get Tricky with