From 34aba4f06221e5956803c4be3ad069d4f0a670f2 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Tue, 4 Mar 2014 06:56:07 +0100
Subject: [PATCH] [MathLib] Vector3. Clear / readable docu for constructor.

---
 MathLib/Vector3.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MathLib/Vector3.h b/MathLib/Vector3.h
index 4650d1f4268..d3308f2dac6 100644
--- a/MathLib/Vector3.h
+++ b/MathLib/Vector3.h
@@ -62,7 +62,9 @@ public:
 		TemplatePoint<T>(p)
 	{}
 
-	/** constructs the vector v=(b-a) from the given points */
+	/** Constructs the vector \f$v=(b-a)\f$ from the given points,
+	 * which starts in point \f$a\f$ and ends in point \f$b\f$
+	 */
 	TemplateVector3(const MathLib::TemplatePoint<T> &a, const MathLib::TemplatePoint<T> &b) :
 		MathLib::TemplatePoint<T>()
 	{
-- 
GitLab