Commit 90ef25f
3 files changed
+19
-6
lines changed- .editorconfig+65-35
- RT.Geometry/ArcD.cs+1-1
- RT.Geometry/BoundingBoxD.cs+24-31
- RT.Geometry/CircleD.cs+15-4
- RT.Geometry/EdgeD.cs+16-24
- RT.Geometry/GeomUt.cs+56-5
- RT.Geometry/Intersect.cs+4-4
- RT.Geometry/PointD.cs+120-28
- RT.Geometry/PolygonD.cs+295
- RT.Geometry/RT.Geometry.csproj+19
- RT.Geometry/RectangleD.cs+1-1
- RT.Geometry/SvgArc.cs+48
- RT.Geometry/SvgPath.cs+98-206
- RT.Geometry/SvgPiece.cs+82
- RT.Geometry/SvgPieceType.cs+20
- RT.Geometry/TriangleD.cs+3-3
- RT.Geometry/Triangulate.cs+219
- RT.Geometry/VoronoiDiagram.cs+224-200
- RT.Json/Json.cs+88-80
- RT.Lingo/Lingo.cs+3-3
- RT.Serialization.Binary/ClassifyBinary.cs+238-405
- RT.Serialization.Json/ClassifyJson.cs+66-143
- RT.Serialization.Xml/ClassifyXml.cs+38-71
- RT.Serialization/Classify.cs+61-61
- RT.Serialization/IClassifyFormat.cs+4-10
- RT.Serialization/Settings.cs+4-4
- RT.Util.Core/Consoles/ConsoleColoredString.cs+149-271
- RT.Util.Core/Consoles/ConsoleUtil.cs+3-3
- RT.Util.Core/CuteML.cs+77-95
- RT.Util.Core/EggsML.cs+3-3
- RT.Util.Core/ExtensionMethods/IEnumerableExtensions.cs+217-254
- RT.Util.Core/ExtensionMethods/StringExtensions.cs+1-1
- RT.Util.Core/ExtensionMethods/XmlLinqExtensions.cs+17-49
- RT.Util.Core/Geometry/PolygonD.cs-189
- RT.Util.Core/Geometry/Triangulate.cs-90
- RT.Util.Core/RT.Util.Core.csproj+2-2
- RT.Util.Core/Text/TextTable.cs+1-1
- RT.Util.Core/Ut/TicToc.cs+1-1
- RT.Util.sln+13
- RT.Util/Drawing/Canvas.cs+3-3
- RT.Util/RT.Util.csproj+1
- Tests/RT.Geometry.Tests/GeomUtTests.cs+12-12
- Tests/RT.Geometry.Tests/IntersectTests.cs+13-13
- Tests/RT.Geometry.Tests/PointDTests.cs+151
- Tests/RT.Geometry.Tests/PolygonDTests.cs+128
- Tests/RT.Geometry.Tests/RT.Geometry.Tests.csproj+20
- Tests/RT.Geometry.Tests/TriangulateTests.cs+176
- Tests/RT.Geometry.Tests/VoronoiDiagramTests.cs+27-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
149 | 160 | | |
150 | 161 | | |
151 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
647 | | - | |
| 647 | + | |
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
| |||
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
656 | | - | |
657 | | - | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
658 | 660 | | |
659 | 661 | | |
660 | | - | |
| 662 | + | |
661 | 663 | | |
662 | 664 | | |
663 | 665 | | |
| |||
668 | 670 | | |
669 | 671 | | |
670 | 672 | | |
671 | | - | |
| 673 | + | |
672 | 674 | | |
673 | 675 | | |
674 | 676 | | |
| |||
0 commit comments