Browse Source

Move GeometryUtilities

pull/1574/head
James Jackson-South 7 years ago
parent
commit
8b3fc67c8c
  1. 4
      src/ImageSharp/GeometryUtilities.cs

4
src/ImageSharp/GeometryUtilities.cs

@ -1,10 +1,10 @@
// Copyright (c) Six Labors and contributors. // Copyright (c) Six Labors and contributors.
// Licensed under the Apache License, Version 2.0. // Licensed under the Apache License, Version 2.0.
using System; using System;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
namespace SixLabors namespace SixLabors.ImageSharp
{ {
/// <summary> /// <summary>
/// Utility class for common geometric functions. /// Utility class for common geometric functions.

Loading…
Cancel
Save