diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-01-03 17:10:57 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-01-03 17:10:57 +0000 |
commit | 9da868abbe640297a81c8a5e32cdc7f7776c295e (patch) | |
tree | dc11aef362eb4807c6c77b9ad0cbc0b0588aa470 /lib/util.cpp | |
parent | Encapsulate Ray (diff) | |
download | ilt-9da868abbe640297a81c8a5e32cdc7f7776c295e.tar.bz2 ilt-9da868abbe640297a81c8a5e32cdc7f7776c295e.tar.xz ilt-9da868abbe640297a81c8a5e32cdc7f7776c295e.zip |
Add transform_array
Wraps std::transform to transform one array into another.
Diffstat (limited to 'lib/util.cpp')
-rw-r--r-- | lib/util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util.cpp b/lib/util.cpp new file mode 100644 index 0000000..408a76a --- /dev/null +++ b/lib/util.cpp @@ -0,0 +1 @@ +#include "util.h" |