We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89482cf + c5b158f commit ce95cd0Copy full SHA for ce95cd0
1 file changed
docs/index.rst
@@ -263,7 +263,7 @@ array
263
Example
264
---------------------------------------------------
265
266
->>> unit_normal([2,1,1],[1,2,1])
+>>> pyvect.unit_normal([2,1,1],[1,2,1])
267
268
Output
269
@@ -331,7 +331,7 @@ array
331
332
--------------------------------------------------------
333
334
-pyvect.pos_vector([1,3,4],[5,7,1])
+>>> pyvect.pos_vector([1,3,4],[5,7,1])
335
336
337
@@ -367,7 +367,7 @@ bool
367
368
369
370
-pyvect.iscoplanar([1,4,2],[5,3,8],[1,6,7])
+>>> pyvect.iscoplanar([1,4,2],[5,3,8],[1,6,7])
371
372
373
0 commit comments