diff --git a/README.md b/README.md index 04765b16082f7e691f787c6db267e0d5c46c9a35..c1cfc5c90abd2e466afe96ac0f7180dd4821df49 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -[TOC] +1. [ RBComb Simulation Framework. ](#RSF) +2. [ Classes. ](#Classes) +2.1 [ Vec2. ](#vec2) + + <a name="RSF"></a> # RBComb Simulation Framework @@ -13,6 +17,7 @@ not need to be adapted for a new situation are found in the `lib` folder. They a described in the following. Note that qualifiers, references and the like are discarded where it improves legibility. Consult the source files for more information. +<a name="vec2"></a> ### `Vec2` (vec2.hpp), 2-vector utility class 1. Template arguments - `value_t`: type of vector entries