rexy712
|
bc7846b697
|
Clarify for myself how the line-point intersection check works
|
2021-01-05 13:38:55 -08:00 |
|
rexy712
|
34f4b22ad8
|
Change around collision related classes to allow for collision detection between classes without vtables given we know the dynamic type
|
2020-12-03 12:57:42 -08:00 |
|
rexy712
|
aea6fb5320
|
Change line-point intersection check to no longer be constrained to 3D space only
|
2020-12-02 15:34:05 -08:00 |
|
rexy712
|
fd282607ae
|
Add epsilon tunable to collision checks. Add line-point collision check logic
|
2020-12-01 12:19:16 -08:00 |
|
rexy712
|
478b82582b
|
Add collidable point
|
2020-11-30 14:07:35 -08:00 |
|
rexy712
|
32aabb472a
|
Change some stuff about collision setup. Trying out double dispatch to make it easy to just call check_collision(a, b) with unknown dynamic type
|
2020-10-26 17:34:43 -07:00 |
|