Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-11 | Implement bitmap and PPM serialization (with a demo program). | Keuin | |
2022-04-11 | Test vec3 minus and cross product. Fix missing const qualifier in overloaded ↵ | Keuin | |
operators. | |||
2022-04-11 | Add specialized eq for vec3l equality. | Keuin | |
2022-04-11 | Create LICENSE | Keuin | |
Licensed under GPLv3. | |||
2022-04-11 | Basic 3d vector operations. Testing with GoogleTest. | Keuin | |