Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 350 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 350 Bytes

utilities

Somewhat random utility code that I commonly use and frequently recreate

command_line_arguments.h

Header-only command-line argument parsing. Allows for numerous argument types.

vec2.h

Simple 2D vector class

vec3.h

Simple 3D vector class

aabb.h

Simple axis-aligned bounding box class