mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-07-18 23:48:01 +08:00
try rerun failed tests
This commit is contained in:
parent
6a86cdab73
commit
df73206788
@ -166,7 +166,6 @@
|
|||||||
/// then rotating the points to obtain the axis-aligned bounding box (AABB), and then rotating back the AABB.
|
/// then rotating the points to obtain the axis-aligned bounding box (AABB), and then rotating back the AABB.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="points">The points.</param>
|
/// <param name="points">The points.</param>
|
||||||
/// <returns></returns>
|
|
||||||
internal static PdfRectangle OrientedBoundingBox(IReadOnlyList<PdfPoint> points)
|
internal static PdfRectangle OrientedBoundingBox(IReadOnlyList<PdfPoint> points)
|
||||||
{
|
{
|
||||||
if (points == null || points.Count < 2)
|
if (points == null || points.Count < 2)
|
||||||
|
Loading…
Reference in New Issue
Block a user