This repository has been archived on 2026-04-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Mikhail Romanko cae66889a1 Add 2D/3D boxes/AABBs and intersection tests.
Added support for 2D/3D boxes (or AABBs) and intersection tests between
them and rays/segments.
2025-02-24 22:56:16 +03:00
2025-01-18 17:24:36 +03:00
2025-02-02 22:51:28 +03:00
2025-02-03 10:56:40 +03:00
2025-01-18 18:48:40 +03:00
2025-02-04 08:05:07 +03:00

BlankHex Library

Library with a bunch of stuff.

Currently implemented:
- I/O device abstraction
- File access (Windows and POSIX)
- Data structures (hashmap, queue)
- Algorithms (swap, sort, partition, heap)
- Geometry math (2D/3D/4D vectors, matrices, quaternions)
- Unit tests

Description
No description provided
Readme 621 KiB
Languages
C 97.6%
CMake 1.9%
Shell 0.5%