From dda2641fceb44a1e71d42bfae4598aa8907bea65 Mon Sep 17 00:00:00 2001 From: Omicron Date: Sat, 27 Jan 2018 18:34:56 +0100 Subject: [PATCH] Fixing missing Sphinx math tag --- tutorials/math/vector_math.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/math/vector_math.rst b/tutorials/math/vector_math.rst index f3d424e77..b82eb3b7e 100644 --- a/tutorials/math/vector_math.rst +++ b/tutorials/math/vector_math.rst @@ -273,9 +273,9 @@ However, the result of the cross product is a vector with a direction that is perpendicular to both. Its magnitude depends on their relative angle. If two vectors are parallel, the result of their cross product will be null vector. -:: +.. math:: - \left \| a x b \right \| = \left \| a \right \|\left \| b \right \|\ sin(a,b) + \left \|a \times b \right \| = \left \| a \right \|\left \| b \right \|\ |\sin(a,b)| .. image:: img/tutovec16.png