1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add is_from_inside property

This commit is contained in:
bolero-MURAKAMI 2013-12-04 23:38:33 +09:00
parent 014d339803
commit 8e3c426684
4 changed files with 64 additions and 22 deletions

View file

@ -114,7 +114,7 @@ namespace sprout {
//
template<typename... Elements>
inline SPROUT_CONSTEXPR sprout::tuples::tuple<Elements...>
make_material_image(Elements const&... elems) {
make_intersection(Elements const&... elems) {
return sprout::tuples::make_tuple(elems...);
}
} // namespace intersects