From b109d520a9ae6b5fad91ff3a087837474ccfb4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 7 Jun 2017 18:22:01 +0200 Subject: [PATCH] MeshTools: doc++ --- src/Magnum/MeshTools/CombineIndexedArrays.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Magnum/MeshTools/CombineIndexedArrays.h b/src/Magnum/MeshTools/CombineIndexedArrays.h index 5e12fdc82..6f030de61 100644 --- a/src/Magnum/MeshTools/CombineIndexedArrays.h +++ b/src/Magnum/MeshTools/CombineIndexedArrays.h @@ -45,6 +45,9 @@ namespace Implementation { /** @brief Combine index arrays +@param[in,out] arrays Index arrays to combine. These arrays are updated + in-place to contain unique combinations of the original indices. +@return Resulting combined index array Creates new combined index array and updates the original ones with translation to new ones. For example, when you have position and normal array, each indexed @@ -92,7 +95,7 @@ inline std::vector combineIndexArrays(std::initializer_list