X-Git-Url: http://git.tdb.fi/?p=libs%2Fmath.git;a=blobdiff_plain;f=source%2Fgeometry%2Fsurfacepoint.h;h=3b38e1d2d03f6fdf5e2ee5c99ff6fbfaca633813;hp=57a66d1e95f3898bf1f050ed65afa77bf8d89cae;hb=7919982691f0b8c69d8bef1bf6471b1e7a312163;hpb=338866aa988a4a450f4e78f65d3e3ec08c7112c7 diff --git a/source/geometry/surfacepoint.h b/source/geometry/surfacepoint.h index 57a66d1..3b38e1d 100644 --- a/source/geometry/surfacepoint.h +++ b/source/geometry/surfacepoint.h @@ -16,6 +16,7 @@ struct SurfacePoint LinAl::Vector position; LinAl::Vector normal; T distance; + bool entry; }; template