This website requires JavaScript.
Explore
Help
Sign in
eryn
/
going-rogue
Watch
1
Star
0
Fork
You've already forked going-rogue
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
36
commits
3
branches
0
tags
345
KiB
ed312e985d
Commit graph
6 commits
Author
SHA1
Message
Date
Eryn Wells
8b9897f0cc
Convert the geometry types to frozen dataclasses
2022-05-01 17:32:48 -07:00
Eryn Wells
a54828c7fb
Fix up all the runtime errors caused by the previous refactoring
2022-05-01 09:51:22 -07:00
Eryn Wells
a422a74a17
Refine the geometry classes; add __add__ method for Points and Vectors
2022-05-01 09:26:20 -07:00
Eryn Wells
e7a5af59ed
Add mid coordinate and midpoint properties to Rect
2022-05-01 00:08:10 -07:00
Eryn Wells
3e4f065b96
Fix the max properties on Rect; add min properties
2022-04-30 23:29:24 -07:00
Eryn Wells
4f6d04456c
Add some basic geometry primitives
...
Point, Vector, Size, and Rect. These are modeled on the CoreGraphics types.
2022-04-30 21:59:33 -07:00