|
|
d5a5ced955
|
Can now update AABBTree however something weird is happening where the tree grows for the same numbeer of objects...
|
2019-02-25 09:35:01 -06:00 |
|
|
|
8b65973f6f
|
Added normalized and magnitude to Vector
|
2019-02-20 17:15:26 -06:00 |
|
|
|
22bb98cb64
|
Fixed Vector class
|
2019-02-20 14:59:11 -06:00 |
|
|
|
cad7b5c263
|
Fixed a silly notion with Vector, airthmitic functions won't set Vector's data unless its setting arithmitic now. (vector+other won't set vector but will return a new vector, while
vector+=other WILL set vector's data)
|
2019-02-20 11:12:38 -06:00 |
|
|
|
a6e175d9e0
|
Replaced Vertex struct with Vector class
|
2019-02-20 11:00:54 -06:00 |
|