diff options
Diffstat (limited to 'doc/Manual/en/BH_Math.pod')
| -rw-r--r-- | doc/Manual/en/BH_Math.pod | 6 |
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. |
