make GeometryExtensions.OrientedBoundingBox() internal

This commit is contained in:
BobLd
2020-01-31 18:27:36 +00:00
committed by Eliot Jones
parent 288beab39d
commit 6a86cdab73

View File

@@ -167,7 +167,7 @@
/// </summary>
/// <param name="points">The points.</param>
/// <returns></returns>
public static PdfRectangle OrientedBoundingBox(IReadOnlyList<PdfPoint> points)
internal static PdfRectangle OrientedBoundingBox(IReadOnlyList<PdfPoint> points)
{
if (points == null || points.Count < 2)
{