|
|
|
@ -1,4 +1,4 @@ |
|
|
|
// <copyright file="CommonConstants.cs" company="James Jackson-South">
|
|
|
|
// <copyright file="Constants.cs" company="James Jackson-South">
|
|
|
|
// Copyright (c) James Jackson-South and contributors.
|
|
|
|
// Licensed under the Apache License, Version 2.0.
|
|
|
|
// </copyright>
|
|
|
|
@ -8,7 +8,7 @@ namespace ImageSharp.Common |
|
|
|
/// <summary>
|
|
|
|
/// Common constants used throughout the project
|
|
|
|
/// </summary>
|
|
|
|
public static class CommonConstants |
|
|
|
public static class Constants |
|
|
|
{ |
|
|
|
/// <summary>
|
|
|
|
/// The epsilon for comparing floating point numbers.
|