diff --git a/.gitignore b/.gitignore index 8f1aaf69..bc3864eb 100644 --- a/.gitignore +++ b/.gitignore @@ -206,4 +206,3 @@ FakesAssemblies/ # Visual Studio 6 workspace options file *.opt -*.DotSettings diff --git a/Source/MonoGame.Extended/Angle.cs b/Source/MonoGame.Extended/Math/Angle.cs similarity index 100% rename from Source/MonoGame.Extended/Angle.cs rename to Source/MonoGame.Extended/Math/Angle.cs diff --git a/Source/MonoGame.Extended/BoundingRectangle.cs b/Source/MonoGame.Extended/Math/BoundingRectangle.cs similarity index 100% rename from Source/MonoGame.Extended/BoundingRectangle.cs rename to Source/MonoGame.Extended/Math/BoundingRectangle.cs diff --git a/Source/MonoGame.Extended/CircleF.cs b/Source/MonoGame.Extended/Math/CircleF.cs similarity index 100% rename from Source/MonoGame.Extended/CircleF.cs rename to Source/MonoGame.Extended/Math/CircleF.cs diff --git a/Source/MonoGame.Extended/EllipseF.cs b/Source/MonoGame.Extended/Math/EllipseF.cs similarity index 100% rename from Source/MonoGame.Extended/EllipseF.cs rename to Source/MonoGame.Extended/Math/EllipseF.cs diff --git a/Source/MonoGame.Extended/FastRandom.cs b/Source/MonoGame.Extended/Math/FastRandom.cs similarity index 100% rename from Source/MonoGame.Extended/FastRandom.cs rename to Source/MonoGame.Extended/Math/FastRandom.cs diff --git a/Source/MonoGame.Extended/FloatHelper.cs b/Source/MonoGame.Extended/Math/FloatHelper.cs similarity index 100% rename from Source/MonoGame.Extended/FloatHelper.cs rename to Source/MonoGame.Extended/Math/FloatHelper.cs diff --git a/Source/MonoGame.Extended/Matrix2.cs b/Source/MonoGame.Extended/Math/Matrix2.cs similarity index 100% rename from Source/MonoGame.Extended/Matrix2.cs rename to Source/MonoGame.Extended/Math/Matrix2.cs diff --git a/Source/MonoGame.Extended/MatrixExtensions.cs b/Source/MonoGame.Extended/Math/MatrixExtensions.cs similarity index 100% rename from Source/MonoGame.Extended/MatrixExtensions.cs rename to Source/MonoGame.Extended/Math/MatrixExtensions.cs diff --git a/Source/MonoGame.Extended/Point2.cs b/Source/MonoGame.Extended/Math/Point2.cs similarity index 100% rename from Source/MonoGame.Extended/Point2.cs rename to Source/MonoGame.Extended/Math/Point2.cs diff --git a/Source/MonoGame.Extended/Point3.cs b/Source/MonoGame.Extended/Math/Point3.cs similarity index 100% rename from Source/MonoGame.Extended/Point3.cs rename to Source/MonoGame.Extended/Math/Point3.cs diff --git a/Source/MonoGame.Extended/PrimitivesHelper.cs b/Source/MonoGame.Extended/Math/PrimitivesHelper.cs similarity index 100% rename from Source/MonoGame.Extended/PrimitivesHelper.cs rename to Source/MonoGame.Extended/Math/PrimitivesHelper.cs diff --git a/Source/MonoGame.Extended/RandomExtensions.cs b/Source/MonoGame.Extended/Math/RandomExtensions.cs similarity index 100% rename from Source/MonoGame.Extended/RandomExtensions.cs rename to Source/MonoGame.Extended/Math/RandomExtensions.cs diff --git a/Source/MonoGame.Extended/Range.cs b/Source/MonoGame.Extended/Math/Range.cs similarity index 100% rename from Source/MonoGame.Extended/Range.cs rename to Source/MonoGame.Extended/Math/Range.cs diff --git a/Source/MonoGame.Extended/Ray2.cs b/Source/MonoGame.Extended/Math/Ray2.cs similarity index 100% rename from Source/MonoGame.Extended/Ray2.cs rename to Source/MonoGame.Extended/Math/Ray2.cs diff --git a/Source/MonoGame.Extended/RectangleExtensions.cs b/Source/MonoGame.Extended/Math/RectangleExtensions.cs similarity index 100% rename from Source/MonoGame.Extended/RectangleExtensions.cs rename to Source/MonoGame.Extended/Math/RectangleExtensions.cs diff --git a/Source/MonoGame.Extended/RectangleF.cs b/Source/MonoGame.Extended/Math/RectangleF.cs similarity index 100% rename from Source/MonoGame.Extended/RectangleF.cs rename to Source/MonoGame.Extended/Math/RectangleF.cs diff --git a/Source/MonoGame.Extended/Segment2.cs b/Source/MonoGame.Extended/Math/Segment2.cs similarity index 100% rename from Source/MonoGame.Extended/Segment2.cs rename to Source/MonoGame.Extended/Math/Segment2.cs diff --git a/Source/MonoGame.Extended/ShapeExtensions.cs b/Source/MonoGame.Extended/Math/ShapeExtensions.cs similarity index 100% rename from Source/MonoGame.Extended/ShapeExtensions.cs rename to Source/MonoGame.Extended/Math/ShapeExtensions.cs diff --git a/Source/MonoGame.Extended/ShapeF.cs b/Source/MonoGame.Extended/Math/ShapeF.cs similarity index 100% rename from Source/MonoGame.Extended/ShapeF.cs rename to Source/MonoGame.Extended/Math/ShapeF.cs diff --git a/Source/MonoGame.Extended/Size.cs b/Source/MonoGame.Extended/Math/Size.cs similarity index 100% rename from Source/MonoGame.Extended/Size.cs rename to Source/MonoGame.Extended/Math/Size.cs diff --git a/Source/MonoGame.Extended/Size2.cs b/Source/MonoGame.Extended/Math/Size2.cs similarity index 100% rename from Source/MonoGame.Extended/Size2.cs rename to Source/MonoGame.Extended/Math/Size2.cs diff --git a/Source/MonoGame.Extended/Size3.cs b/Source/MonoGame.Extended/Math/Size3.cs similarity index 100% rename from Source/MonoGame.Extended/Size3.cs rename to Source/MonoGame.Extended/Math/Size3.cs diff --git a/Source/MonoGame.Extended/Thickness.cs b/Source/MonoGame.Extended/Math/Thickness.cs similarity index 100% rename from Source/MonoGame.Extended/Thickness.cs rename to Source/MonoGame.Extended/Math/Thickness.cs diff --git a/Source/MonoGame.Extended/Vector2Extensions.cs b/Source/MonoGame.Extended/Math/Vector2Extensions.cs similarity index 100% rename from Source/MonoGame.Extended/Vector2Extensions.cs rename to Source/MonoGame.Extended/Math/Vector2Extensions.cs diff --git a/Source/MonoGame.Extended/MonoGame.Extended.csproj.DotSettings b/Source/MonoGame.Extended/MonoGame.Extended.csproj.DotSettings new file mode 100644 index 00000000..66c073ec --- /dev/null +++ b/Source/MonoGame.Extended/MonoGame.Extended.csproj.DotSettings @@ -0,0 +1,2 @@ + + True \ No newline at end of file