]> git.tdb.fi Git - libs/math.git/blobdiff - source/geometry/surfacepoint.h
Add basic description for all classes
[libs/math.git] / source / geometry / surfacepoint.h
index 3513ac8e41bf82e1a02e3250ccdfaebb57932576..251964cef854d91469f6ed9c10280534d3519535 100644 (file)
@@ -6,6 +6,9 @@
 namespace Msp {
 namespace Geometry {
 
+/**
+A point on the surface of a shape.
+*/
 template<typename T, unsigned N>
 struct SurfacePoint
 {