#include <MRRenderDimensions.h>
Public Attributes | |
| CommonParams | common |
| std::array< Vector3f, 2 > | points |
| The points between which we're measuring. | |
| bool | drawAsNegative = false |
| Whether the distance should be displayed as a negative one. | |
| std::optional< int > | onlyOneAxis |
| If set, use only once axis (with this index, 0..2) instead of euclidean. | |
| std::optional< float > | referenceValue |
| If set, we're comparing the distance with a reference value. | |
| std::optional< Tolerance > | tolerance |
Tolerances. Only make sense if referenceValue is set. | |