Skip to content

Commit 571cf7d

Browse files
committed
doc: revise xml comments
1 parent 2d222ac commit 571cf7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Spatial/Euclidean/Circle2D.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public static Circle2D FromPoints(Point2D pointA, Point2D pointB, Point2D pointC
134134
}
135135

136136
/// <summary>
137-
/// Returns intersection a point2D array if this circle and the given line have the intersections
137+
/// Returns the intersections of this circle with the given line.
138138
/// </summary>
139139
/// <param name="line">the given line</param>
140140
/// <returns>intersections as a Point2D Array, depending on the count.</returns>
@@ -180,7 +180,7 @@ private double[] findParameterTs(Line2D line)
180180
}
181181

182182
/// <summary>
183-
/// Returns intersection a point2D array if this circle and the given line have the intersections
183+
/// Returns the intersections of this circle with the given line segment, which lie within the segment.
184184
/// </summary>
185185
/// <param name="line">the given line-segment</param>
186186
/// <returns>intersections as a Point2D Array, depending on the count.</returns>

0 commit comments

Comments
 (0)