ModernUO/Projects/Server/Geometry
Kamron Batman 910e06767b
fix: Optimizes TextDefinition to eliminate allocations. Removes TextDefinition ctor. (#1221)
### BREAKING CHANGE ###
The constructor for `TextDefinition` has been removed. Instead use `TextDefinition.Of()` or cast the integer/string to TextDefinition.
2022-10-30 16:53:23 -07:00
..
Point2D.cs fix: Optimizes TextDefinition to eliminate allocations. Removes TextDefinition ctor. (#1221) 2022-10-30 16:53:23 -07:00
Point3D.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
Point3DList.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
Rectangle2D.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
Rectangle3D.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
WorldLocation.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00