Sam Jaffe
|
d36725c9c9
fix: update test cases in math/graphics to use vector/matrix updates
|
1 年之前 |
Sam Jaffe
|
563fd8c826
chore: update formatting
|
1 年之前 |
Sam Jaffe
|
5358d47506
Run clang-format because it got dropped from upgrading OS.
|
6 年之前 |
Sam Jaffe
|
8a52e2be49
Test quad collisions.
|
6 年之前 |
Sam Jaffe
|
4497b7888d
Test all 6 ways that triangle intersection can return false using a simplified method (one triangle is a point) to avoid complication.
|
6 年之前 |
Sam Jaffe
|
86194d80d4
Start moving towards 100% coverage of math
|
6 年之前 |
Sam Jaffe
|
9965b0fd17
Test rotating a quad.
|
6 年之前 |
Sam Jaffe
|
c6f0ea3612
Fix broken tests and error in intersection calculations.
|
6 年之前 |
Sam Jaffe
|
0e89c5ab87
Fix issue caused by tangent line segment checks
|
6 年之前 |
Sam Jaffe
|
ff19b87e00
Add tests for circle intersects quad.
|
6 年之前 |
Sam Jaffe
|
ec566ee5b3
Test line intersects circle.
|
6 年之前 |
Sam Jaffe
|
bb7d0a9260
Add tests for circle-intersects circle.
|
6 年之前 |
Sam Jaffe
|
9810e654f6
More test coverage
|
6 年之前 |
Sam Jaffe
|
b2fa2afe63
Test "line intersects quad". Remove redundant test.
|
6 年之前 |
Sam Jaffe
|
720707bb5c
Merge branch 'master' into shapes
|
6 年之前 |
Sam Jaffe
|
ae5ae8d24e
Cleanup
|
6 年之前 |
Sam Jaffe
|
d972ed59e5
Fix parallel to point.
|
6 年之前 |
Sam Jaffe
|
cdc8474c8c
Add function to check for lines are parallel.
|
6 年之前 |
Sam Jaffe
|
0d6c2b6281
Fix point on line to not give false positives for co-linear data.
|
6 年之前 |
Sam Jaffe
|
ab1e50a23e
Add more tests and helpers.
|
6 年之前 |
Sam Jaffe
|
04c63f0a24
Add tests for point exists inside a circle.
|
6 年之前 |