X-Git-Url: http://git.tdb.fi/?p=libs%2Fmath.git;a=blobdiff_plain;f=source%2Fgeometry%2Fsurfacepoint.h;h=a5bd794f90052bc96fcc307dfdb67b74244707c8;hp=251964cef854d91469f6ed9c10280534d3519535;hb=c135ff2480f4e2aaf05b0206631bb0e1b5d73fad;hpb=204db1dfb803a97481f2a8b3bbaf6e20be6e0980 diff --git a/source/geometry/surfacepoint.h b/source/geometry/surfacepoint.h index 251964c..a5bd794 100644 --- a/source/geometry/surfacepoint.h +++ b/source/geometry/surfacepoint.h @@ -14,6 +14,7 @@ struct SurfacePoint { LinAl::Vector position; LinAl::Vector normal; + T distance; }; } // namespace Geometry