24 Commits

Author SHA1 Message Date
d352c7af1c fix lint 2019-06-11 20:53:06 -03:00
dfe1f4c78a Linting cleanup 2019-06-10 15:49:47 -04:00
1acb058640 Added operator support for common math functions +,-,*,/. Added utility method to normalize a vector. Added ability to get angle of vector from origin or from another vector. Added ability to rotate a vector by a delta angle rather than just the absolute angle from the origin. Added support for degrees on top of radians for angle methods. 2019-06-09 12:42:58 -04:00
4154e66f2d scaleTo for empty vector 2019-04-28 17:56:00 -03:00
0303218ebf adding method limit to position 2019-04-28 17:02:44 -03:00
badc0a3e81 Add scaleTo method to position 2019-04-27 19:21:11 -03:00
c320e924b6 Adding equality comparison for Position 2019-04-20 20:35:34 -03:00
9fab5fbf6f fix for position 2019-04-20 02:31:13 -03:00
580ccdecfc Typos in documentation and comments (#71) 2019-04-04 13:57:38 -03:00
b1a3d222a9 use final 2019-03-22 13:35:46 -03:00
e7ac8ed094 unecessary new 2019-03-22 13:20:18 -03:00
9c69937b5b Fixes build (tests), adding ditance method to position, fix linting (formating, quotes), removed uneeded new keywords everywhere 2019-03-10 15:17:53 -03:00
163b9519d9 box2d flame fork 2018-07-15 14:00:09 -03:00
6be3d28493 formatting 2018-05-21 01:59:07 -03:00
70abdb9493 adding more docs 2018-04-30 21:20:46 -03:00
879b358ad3 fix some apis 2018-04-15 10:00:18 -03:00
410ae788aa Adding more methods to position and sprite to better integrate with box2d 2018-03-17 18:12:39 -03:00
e1db34ad49 Adding more methods to Position and PositionComponent, and also more tests. 2018-03-17 10:32:19 -03:00
f886466d6b Adding new apis to position 2018-03-15 22:20:19 -03:00
0500b7021e adding more utility functions to position, plus a basic test 2018-01-18 12:11:24 -02:00
0906bf8d5a add toOffset method to position 2018-01-18 12:03:50 -02:00
5eee726d92 Adding a rotate method to Position and a drawWhere method to utils 2017-12-30 21:59:45 -02:00
6282e9ee46 adding methods to position 2017-12-25 10:00:02 -02:00
90b69f9cd9 change packages, add Position class and Camera to BaseGame 2017-12-24 16:31:07 -02:00