playrho::detail::SeparationInfo< N > Struct Template Reference
Separation information. More...
#include <IndexPair.hpp>
Public Attributes | |
| Length | distance |
| Distance. More... | |
| VertexCounter | firstShape |
| First shape vertex index. More... | |
| VertexCounterArray< N > | secondShape |
| Second shape vertex indices. More... | |
Detailed Description
template<std::size_t N>
struct playrho::detail::SeparationInfo< N >
Separation information.
Definition at line 108 of file IndexPair.hpp.
Member Data Documentation
◆ distance
template<std::size_t N>
| Length playrho::detail::SeparationInfo< N >::distance |
Distance.
Definition at line 110 of file IndexPair.hpp.
◆ firstShape
template<std::size_t N>
| VertexCounter playrho::detail::SeparationInfo< N >::firstShape |
First shape vertex index.
Definition at line 111 of file IndexPair.hpp.
◆ secondShape
template<std::size_t N>
| VertexCounterArray<N> playrho::detail::SeparationInfo< N >::secondShape |
Second shape vertex indices.
Definition at line 112 of file IndexPair.hpp.
The documentation for this struct was generated from the following file:
- Collision/IndexPair.hpp

