summaryrefslogtreecommitdiff
path: root/test.cpp
AgeCommit message (Collapse)Author
2022-04-12Add vec3::mod2.Keuin
2022-04-11Implement vec3 scalar and vector product, product by a scalar, get unit ↵Keuin
vector and print to ostream. Fix wrong vec3 norm implementation.
2022-04-11Test vec3 minus and cross product. Fix missing const qualifier in overloaded ↵Keuin
operators.
2022-04-11Basic 3d vector operations. Testing with GoogleTest.Keuin