summaryrefslogtreecommitdiff
path: root/vec.h
AgeCommit message (Expand)Author
2022-04-14Implement Lambertian Reflection and Hemispherical Reflection.Keuin
2022-04-14Delete default constructor of random_uv_gen.Keuin
2022-04-13Global diffuse lighting. (gamma not corrected)Keuin
2022-04-12Add vec3::mod2.Keuin
2022-04-12Inline util methods.Keuin
2022-04-11Implement vec3::zero().Keuin
2022-04-11Fix vec.h multiple inclusion.Keuin
2022-04-11Implement vec3 scalar and vector product, product by a scalar, get unit vecto...Keuin
2022-04-11Test vec3 minus and cross product. Fix missing const qualifier in overloaded ...Keuin
2022-04-11Add specialized eq for vec3l equality.Keuin
2022-04-11Basic 3d vector operations. Testing with GoogleTest.Keuin