aboutsummaryrefslogtreecommitdiff
path: root/doc/Manual/en/BH_Math.pod
diff options
context:
space:
mode:
authorMikhail Romanko <me@blankhex.com>2025-06-22 18:48:26 +0300
committerMikhail Romanko <me@blankhex.com>2025-06-22 18:48:26 +0300
commit77470adbcdecb14934ec56734be1fcd9b5c42304 (patch)
tree06b593285cb65f67443d036df7dbce5d6b88350d /doc/Manual/en/BH_Math.pod
parent6ff689696949aeac13fe7059a30e4fb999c876e0 (diff)
downloadbhlib-77470adbcdecb14934ec56734be1fcd9b5c42304.tar.gz
Remove trailing whitespace
Diffstat (limited to 'doc/Manual/en/BH_Math.pod')
-rw-r--r--doc/Manual/en/BH_Math.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Manual/en/BH_Math.pod b/doc/Manual/en/BH_Math.pod
index f1d6d8e..680cc34 100644
--- a/doc/Manual/en/BH_Math.pod
+++ b/doc/Manual/en/BH_Math.pod
@@ -15,7 +15,7 @@ BH_Math - Mathematical functions
=head1 DESCRIPTION
-The BH_Math library provides a set of mathematical functions for various
+The BH_Math library provides a set of mathematical functions for various
calculations.
@@ -25,7 +25,7 @@ calculations.
=head2 BH_Lerpf
float BH_Lerpf(float a,
- float b,
+ float b,
float t);
Interpolates the value between I<a> and I<b> with a given coefficient I<t>.
@@ -39,7 +39,7 @@ Interpolates the value between I<a> and I<b> with a given coefficient I<t>.
const float point[3],
float out[3]);
-Calculates the barycentric coordinates of the I<point> relative to the
+Calculates the barycentric coordinates of the I<point> relative to the
triangle defined by points I<a>, I<b>, I<c>.
The I<out> parameter describes the resulting vector.