Skip to content
Snippets Groups Projects
Commit d9bb3d76 authored by Tom Fischer's avatar Tom Fischer
Browse files

[GeoLib] Fix typos in documentation.

parent 2dd51056
No related branches found
No related tags found
No related merge requests found
......@@ -168,8 +168,8 @@ double scalarTriple(MathLib::Vector3 const& u, MathLib::Vector3 const& v, MathLi
/**
* Method first compute the intersection points of line segements of GeoLib::Polyline objects
* (@see computeIntersectionPoints()) and pushs each intersection point in the GeoLib::PointVec
* Method first computes the intersection points of line segements of GeoLib::Polyline objects
* (@see computeIntersectionPoints()) and pushes each intersection point in the GeoLib::PointVec
* pnt_vec. For each intersection an id is returned. This id is used to split the two
* intersecting straight line segments in four straight line segments.
*/
......
......@@ -115,7 +115,7 @@ public:
friend bool operator==(Polygon const& lhs, Polygon const& rhs);
private:
/**
* computes all intersection points of the traight line segment and the polyline boundary
* computes all intersection points of the straight line segment and the polyline boundary
* @param a end point of line segment
* @param b end point of line segment
* @return a vector of tuples, where a tuple contains the intersection point and
......
......@@ -20,7 +20,7 @@
namespace GeoLib {
/**
* This is a polyline with the possility to mark some segments. Thus class
* This is a polyline with the possibility to mark some segments. Thus class
* PolylineWithSegmentMarker is derived from class Polyline.
*/
class PolylineWithSegmentMarker: public GeoLib::Polyline {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment