File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public Vertex this[int index]
80
80
/// Gets the segment at the specified index of the contour.
81
81
/// </summary>
82
82
/// <param name="index">The index of the segment.</param>
83
- /// <returns>The <see cref="GetSegment "/>.</returns>
83
+ /// <returns>The <see cref="Segment "/>.</returns>
84
84
internal Segment GetSegment ( int index )
85
85
=> ( index == this . Count - 1 )
86
86
? new Segment ( this . vertices [ ^ 1 ] , this . vertices [ 0 ] )
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ public bool IsBefore(SweepEvent other)
199
199
/// <summary>
200
200
/// Returns the segment associated with the sweep event.
201
201
/// </summary>
202
- /// <returns>The <see cref="GetSegment "/>.</returns>
202
+ /// <returns>The <see cref="Segment "/>.</returns>
203
203
[ MethodImpl ( MethodImplOptions . AggressiveInlining ) ]
204
204
public Segment GetSegment ( ) => new ( this . Point , this . OtherEvent . Point ) ;
205
205
}
You can’t perform that action at this time.
0 commit comments