Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ToastCoder/pyvect
Browse files Browse the repository at this point in the history
  • Loading branch information
ToastCoder committed Oct 31, 2020
2 parents 89482cf + c5b158f commit ce95cd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ array
Example
---------------------------------------------------

>>> unit_normal([2,1,1],[1,2,1])
>>> pyvect.unit_normal([2,1,1],[1,2,1])

Output
---------------------------------------------------
Expand Down Expand Up @@ -331,7 +331,7 @@ array
Example
--------------------------------------------------------

pyvect.pos_vector([1,3,4],[5,7,1])
>>> pyvect.pos_vector([1,3,4],[5,7,1])

Output
--------------------------------------------------------
Expand Down Expand Up @@ -367,7 +367,7 @@ bool
Example
--------------------------------------------------------

pyvect.iscoplanar([1,4,2],[5,3,8],[1,6,7])
>>> pyvect.iscoplanar([1,4,2],[5,3,8],[1,6,7])

Output
--------------------------------------------------------
Expand Down

0 comments on commit ce95cd0

Please sign in to comment.