playrho::detail::LengthIndices< N > Struct Template Reference

Length and vertex counter array of indices. More...

#include <IndexPair.hpp>

Public Attributes

Length distance
 Distance. More...
 
VertexCounterArray< N > indices
 Array of vertex indices. More...
 

Detailed Description

template<std::size_t N>
struct playrho::detail::LengthIndices< N >

Length and vertex counter array of indices.

Definition at line 100 of file IndexPair.hpp.

Member Data Documentation

◆ distance

template<std::size_t N>
Length playrho::detail::LengthIndices< N >::distance

Distance.

Definition at line 102 of file IndexPair.hpp.

◆ indices

template<std::size_t N>
VertexCounterArray<N> playrho::detail::LengthIndices< N >::indices

Array of vertex indices.

Definition at line 103 of file IndexPair.hpp.


The documentation for this struct was generated from the following file: