Remove trailing whitespace

This commit is contained in:
2025-06-22 18:48:26 +03:00
parent 6ff6896969
commit 77470adbcd
49 changed files with 238 additions and 238 deletions

View File

@@ -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.