mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-15 19:54:52 +08:00
correct typo
This commit is contained in:
@@ -37,7 +37,7 @@ namespace UglyToad.PdfPig.Geometry
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Return true if points are organised with a clockwise order. Works only with closed paths.
|
/// Return true if points are organised in a clockwise order. Works only with closed paths.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public bool IsClockwise
|
public bool IsClockwise
|
||||||
@@ -50,7 +50,7 @@ namespace UglyToad.PdfPig.Geometry
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Return true if points are organised with a counterclockwise order. Works only with closed paths.
|
/// Return true if points are organised in a counterclockwise order. Works only with closed paths.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public bool IsCounterClockwise
|
public bool IsCounterClockwise
|
||||||
|
Reference in New Issue
Block a user