summaryrefslogtreecommitdiff
path: root/test_vec.cpp
AgeCommit message (Expand)Author
2022-04-20Add vec3::parallel and its test.Keuin
2022-04-20Bugfix: vec3::cross was implemented and tested incorrectly.Keuin
2022-04-16Add vec3::refract<Enable_TIR>, vec3::valid, float-point validity assertion in...Keuin
2022-04-15Fix vec3::reflect. Add tests for vec3::reflect and vec3::is_zero.Keuin
2022-04-14Add pixel and bitmap color depth conversion.Keuin