Small fix

This commit is contained in:
Antti H S Laaksonen 2017-02-27 22:21:49 +02:00
parent 9e19e2f3a7
commit eee9fa5a70
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ The \key{cross product} $a \times b$ of vectors
$a=(x_1,y_1)$ and $b=(x_2,y_2)$ equals $x_1 y_2 - x_2 y_1$. $a=(x_1,y_1)$ and $b=(x_2,y_2)$ equals $x_1 y_2 - x_2 y_1$.
The cross product tells us whether $b$ The cross product tells us whether $b$
turns left (positive value), does not turn (zero) turns left (positive value), does not turn (zero)
or turns to right (negative value) or turns right (negative value)
when it is placed directly after $a$. when it is placed directly after $a$.
The following picture illustrates the above cases: The following picture illustrates the above cases: