Committing current progress.
This commit is contained in:
@ -13,4 +13,14 @@ typedef struct {
|
||||
|
||||
float normalX;
|
||||
float normalY;
|
||||
} aabbpointhit_t;
|
||||
} aabbpointhit2d_t;
|
||||
|
||||
typedef struct {
|
||||
float time;
|
||||
|
||||
float normalX;
|
||||
float normalY;
|
||||
|
||||
float hitX;
|
||||
float hitY;
|
||||
} aabbvectorhit2d_t;
|
Reference in New Issue
Block a user