From 7e4a2e25e86aed646621f2a4ba019fa0a6307b51 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 8 Sep 2021 09:05:13 -0400 Subject: math: vector: Rename dot product procedures. --- doc/api.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3