X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgeometry%2Fsurfacepoint.h;h=a5bd794f90052bc96fcc307dfdb67b74244707c8;hb=68389c29cf88d6522dcfa00b5e2a5166e3947210;hp=251964cef854d91469f6ed9c10280534d3519535;hpb=adb812a194961d542dcb0abd61258cbc8723ecd9;p=libs%2Fmath.git 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