summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-09-08 09:05:13 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-09-08 09:05:35 -0400
commit7e4a2e25e86aed646621f2a4ba019fa0a6307b51 (patch)
tree67366f6d837a7b72eb692c64cc644309c9576b07 /doc
parent0c4a79dd8da6f002220533281abc3d45ebfd391d (diff)
math: vector: Rename dot product procedures.
Diffstat (limited to 'doc')
-rw-r--r--doc/api.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api.texi b/doc/api.texi
index 0a15586..56df86f 100644
--- a/doc/api.texi
+++ b/doc/api.texi
@@ -675,7 +675,7 @@ Return a fresh copy of the 2D vector @var{v}.
Return the magnitude of the 2D vector @var{v}.
@end deffn
-@deffn {Procedure} vec2-dot-product v1 v2
+@deffn {Procedure} vec2-dot v1 v2
Return the dot product of the 2D vectors @var{v1} and @var{v2}.
@end deffn
@@ -760,7 +760,7 @@ Return a fresh copy of the 3D vector @var{v}.
Return the magnitude of the 3D vector @var{v}.
@end deffn
-@deffn {Procedure} vec3-dot-product v1 v2
+@deffn {Procedure} vec3-dot v1 v2
Return the dot product of the 3D vectors @var{v1} and @var{v2}.
@end deffn