tvoinarovskyi / battlegrounds

Just poking with collision detection and other algorythms
0 stars 1 forks source link

Finalize tests/methods for basic Geometry library #29

Open tvoinarovskyi opened 7 years ago

tvoinarovskyi commented 7 years ago

Review and cleanup for: Vector

Lines

Shape base Geometry methods

AABB specific methods Those are needed for Bounding Volume properties of the AABB

Point in Shape tests

Raycast tests

Closest point/Distance to point tests

Closest points/Distance between shapes tests

Intersection tests

Sweep tests

Finishing elements