]> git.tdb.fi Git - libs/math.git/blobdiff - source/geometry/surfacepoint.h
Add an entry flag to SharedPoint
[libs/math.git] / source / geometry / surfacepoint.h
index 57a66d1e95f3898bf1f050ed65afa77bf8d89cae..3b38e1d2d03f6fdf5e2ee5c99ff6fbfaca633813 100644 (file)
@@ -16,6 +16,7 @@ struct SurfacePoint
        LinAl::Vector<T, N> position;
        LinAl::Vector<T, N> normal;
        T distance;
+       bool entry;
 };
 
 template<typename T, unsigned N>