aboutsummaryrefslogtreecommitdiff
path: root/doc/Manual/en/BH_Line.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Manual/en/BH_Line.pod')
-rw-r--r--doc/Manual/en/BH_Line.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Manual/en/BH_Line.pod b/doc/Manual/en/BH_Line.pod
index f8c7938..903c3bf 100644
--- a/doc/Manual/en/BH_Line.pod
+++ b/doc/Manual/en/BH_Line.pod
@@ -15,9 +15,9 @@ BH_Line - a straight line on a plane.
=head1 DESCRIPTION
-The BH_Line module provides functions for working with straight lines on a
-plane. It allows you to calculate the coefficients of a line based on two
-points, find the distance from a point to a line, and determine the closest
+The BH_Line module provides functions for working with straight lines on a
+plane. It allows you to calculate the coefficients of a line based on two
+points, find the distance from a point to a line, and determine the closest
point on the line to a given point.
@@ -30,7 +30,7 @@ point on the line to a given point.
const float b[2],
float out[3]);
-Calculates the coefficients of a line on a plane based on two points I<a> and
+Calculates the coefficients of a line on a plane based on two points I<a> and
I<b>.
The I<out> parameter describes the resulting line on the plane.