Box2D  3.0.0
A Real-Time-Oriented 2-D Physics Engine
Public Types | Public Attributes | List of all members
box2d::ProxyIdPair Struct Reference

Proxy ID pair. More...

#include <BroadPhase.hpp>

Public Types

using size_type = std::remove_const< decltype(MaxContacts)>::type
 

Public Attributes

size_type proxyIdA
 
size_type proxyIdB
 

Detailed Description

Proxy ID pair.

Note
This data structure is 8-bytes large (on at least one 64-bit platform).

Member Typedef Documentation

◆ size_type

using box2d::ProxyIdPair::size_type = std::remove_const<decltype(MaxContacts)>::type

Member Data Documentation

◆ proxyIdA

size_type box2d::ProxyIdPair::proxyIdA

◆ proxyIdB

size_type box2d::ProxyIdPair::proxyIdB

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