Skip to content
Snippets Groups Projects
Commit 34aba4f0 authored by Tom Fischer's avatar Tom Fischer
Browse files

[MathLib] Vector3. Clear / readable docu for constructor.

parent e65d2803
No related branches found
No related tags found
No related merge requests found
......@@ -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>()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment