Remove trailing whitespace
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user