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