playrho::LengthIndexPair Struct Reference

A length associated with two vertex counter indices. More...

#include <IndexPair.hpp>

Public Attributes

Length distance = GetInvalid<Length>()
 Separation. More...
 
IndexPair indices = InvalidIndexPair
 Index pair. More...
 

Detailed Description

A length associated with two vertex counter indices.

This structure is used to keep track of the best separating axis.

Note
Any element can be invalid as indicated by the use of the invalid sentinel for the type.

Definition at line 135 of file IndexPair.hpp.

Member Data Documentation

◆ distance

Length playrho::LengthIndexPair::distance = GetInvalid<Length>()

Separation.

Definition at line 137 of file IndexPair.hpp.

◆ indices

IndexPair playrho::LengthIndexPair::indices = InvalidIndexPair

Index pair.

Definition at line 138 of file IndexPair.hpp.


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