rexim 3 years ago
parent
commit
87119b004e
2 changed files with 1 additions and 1 deletions
  1. BIN
      docs/barycentric.pdf
  2. 1 1
      docs/barycentric.tex

BIN
docs/barycentric.pdf


+ 1 - 1
docs/barycentric.tex

@@ -97,7 +97,7 @@ The main effort goes towards finding $T^{-1}$
   \end{bmatrix}
 \end{align}
 
-And the final formula you need to find $(u_1, u_2, u_3)$ given points $v_1, v_2, v_3, p$~is
+And the final formula you need to find $(u_1, u_2, u_3)$ given the points $v_1, v_2, v_3, p$~is
 
 \begin{align}
   u_1 &= \frac{(y_2 - y_3)(x_p - x_3) + (x_3 - x_2)(y_p - y_3)}{(x_1 - x_3)(y_2 - y_3) - (x_2 - x_3)(y_1 - y_3)} \\