ModernUO/Projects/Server/Geometry
Kamron Batman 0925a2d435
fix: Cleans up Point checks and removes statics (#966)
- [X] Removes static freezing/unfreezing. Use other tools for this.
- [X] Cleans up IPoint3D allocations
- [X] Removes IPoint3D constructors since the compiler may not optimize the constructor path and allow allocations.


Note: Instead of `new Point3D(m)`, do something like `new Point3D(m.Location)`. Sorry for the inconvenience. In the long run this will prevent abuse of hot paths that will cause performance issues.
2022-03-20 23:15:59 -07:00
..
Point2D.cs fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
Point3D.cs fix: Cleans up Point checks and removes statics (#966) 2022-03-20 23:15:59 -07:00
Point3DList.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
Rectangle2D.cs fix(cleanup): Cleans up attribute syntax (#734) 2021-08-26 18:30:16 -07:00
Rectangle3D.cs fix(cleanup): Cleans up attribute syntax (#734) 2021-08-26 18:30:16 -07:00
WorldLocation.cs fix: Cleanup IPoint3D calls (#704) 2021-08-19 09:11:48 -07:00