From 8be36304327b0b63ce76f9121ceb22cee7c4a2ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 16 Nov 2014 12:34:52 +0100 Subject: [PATCH] Math: doc++ --- src/Magnum/Math/Functions.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/Magnum/Math/Functions.h b/src/Magnum/Math/Functions.h index 94d89f6b5..010bbb974 100644 --- a/src/Magnum/Math/Functions.h +++ b/src/Magnum/Math/Functions.h @@ -325,7 +325,10 @@ template Vector sqrtInverted(const Vector('\xFF'); +Float a = Math::normalize('\xFF'); // b = 1.0f -Float b = normalize('\xFF'); +Float b = Math::normalize('\xFF'); @endcode @see @ref denormalize()