vectorwrapper/test/unit
King_DuckZ aaa8e75dc1 Implement 2D and 3D cross product.
2D cross product is defined as equivalent to:
res = cross(a.xy0(), b.xy0()).z()
2017-02-01 01:51:52 +00:00
..
CMakeLists.txt Add optional methods like yx(), x1(), x0() etc... 2017-01-27 19:24:27 +00:00
example.cpp Allow casting to vectors of lower dimensions. 2015-07-25 21:18:45 +02:00
sample_vectors.hpp Change hardcoded std::size_t into size_type so it can be customised. 2016-11-02 03:53:22 +01:00
test_conversions.cpp Add an example.cpp unit test to demonstrate usage. 2015-07-25 20:55:52 +02:00
test_get_at.cpp Add test for wrapped vector using get_at() which was not working previously. 2016-10-25 01:18:44 +02:00
test_operators.cpp Implement binary assignment operators for scalar types. 2017-01-27 19:07:15 +00:00
test_ops.cpp Implement 2D and 3D cross product. 2017-02-01 01:51:52 +00:00