Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switching math to just double and not double long | epoch | 2017-12-24 | 1 | -7/+7 |
| | |||||
* | added a note to anyone wanting to fiddle with some math | epoch | 2017-12-19 | 1 | -0/+2 |
| | |||||
* | added radians to degrees function | epoch | 2017-11-04 | 1 | -0/+4 |
| | |||||
* | fixed rotate_c2 to use the right trig functions for x and y and to use the ↵ | epoch | 2017-09-30 | 1 | -6/+6 |
| | | | | right order in its points_to_angle | ||||
* | the changes needed to get tictactoe running pretty. | epoch | 2017-04-18 | 1 | -2/+8 |
| | |||||
* | I have no idea why I am doing this... | epoch | 2017-03-19 | 1 | -1/+14 |
| | |||||
* | converted more things to use the radians and degrees structures, fixed up ↵ | epoch | 2017-02-09 | 1 | -13/+16 |
| | | | | distance between camera stuff (try using p and l to change during runtime) and got rid of a couple things that were commented out anyway. | ||||
* | made all versions get built by default and moved some functions from ↵ | epoch | 2017-01-09 | 1 | -0/+38 |
graphics.c into math.c so the headless does not need graphics.c |