Skip to content

Commit

Permalink
Merge pull request #10014 from KleidonBD/patch-1
Browse files Browse the repository at this point in the history
Remove "°" symbol redundancy.
  • Loading branch information
skyace65 authored Sep 28, 2024
2 parents 6010454 + 8033ac1 commit e820447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/math/vectors_advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ the normal and the point.
For two points in space, there are actually two planes that pass through
them, sharing the same space but with normal pointing to the opposite
directions. To compute the normal from the two points, the direction
vector must be obtained first, and then it needs to be rotated 90°
vector must be obtained first, and then it needs to be rotated 90
degrees to either side:

.. tabs::
Expand Down

0 comments on commit e820447

Please sign in to comment.