sneak/Shared
Colin McMillen 554578968d Geometry: add FMath class & convenient accessors for AABB corners.
The FMath class is like the System.Math class, but returns floats instead of
doubles so that you don't have to redundantly cast things.

GitOrigin-RevId: 0e1d7f46c7a5c08c1bc2d2c8776ffa56eab697d8
2020-02-13 14:53:31 -05:00
..
Camera.cs Bound camera by right edge of World. 2020-02-13 14:52:55 -05:00
Clock.cs clean up private fields/properties 2020-02-13 14:51:47 -05:00
Debug.cs Debug: draw lines correctly based on camera position. 2020-02-13 14:53:27 -05:00
FpsCounter.cs Revert "Add .gitignore and .gitattributes." 2020-02-13 14:50:24 -05:00
Geometry.cs Geometry: add FMath class & convenient accessors for AABB corners. 2020-02-13 14:53:31 -05:00
History.cs Revert "Add .gitignore and .gitattributes." 2020-02-13 14:50:24 -05:00
IDisplay.cs Revert "Add .gitignore and .gitattributes." 2020-02-13 14:50:24 -05:00
Input.cs add Pause functionality 2020-02-13 14:51:04 -05:00
LICENSE.txt Revert "Add .gitignore and .gitattributes." 2020-02-13 14:50:24 -05:00
Line.cs remove unused using statement 2020-02-13 14:52:23 -05:00
Player.cs rename Aabb -> AABB 2020-02-13 14:53:19 -05:00
Shared.projitems Add code for intersecting axis-aligned bounding boxes with segments & each other 2020-02-13 14:52:07 -05:00
Shared.shproj Revert "Add .gitignore and .gitattributes." 2020-02-13 14:50:24 -05:00
SneakGame.cs change player sprite to ninja 2020-02-13 14:53:11 -05:00
World.cs make it possible for new sprite to hit the right end of world 2020-02-13 14:53:23 -05:00