Bullet Collision Detection & Physics Library
Public Member Functions | Public Attributes | List of all members
GIM_PAIR Struct Reference

Overlapping pair. More...

#include <gim_pair.h>

Public Member Functions

 GIM_PAIR ()
 
 GIM_PAIR (const GIM_PAIR &p)
 
 GIM_PAIR (int index1, int index2)
 

Public Attributes

int m_index1
 
int m_index2
 

Detailed Description

Overlapping pair.

Definition at line 6 of file gim_pair.h.

Constructor & Destructor Documentation

◆ GIM_PAIR() [1/3]

GIM_PAIR::GIM_PAIR ( )
inline

Definition at line 10 of file gim_pair.h.

◆ GIM_PAIR() [2/3]

GIM_PAIR::GIM_PAIR ( const GIM_PAIR p)
inline

Definition at line 14 of file gim_pair.h.

◆ GIM_PAIR() [3/3]

GIM_PAIR::GIM_PAIR ( int  index1,
int  index2 
)
inline

Definition at line 20 of file gim_pair.h.

Member Data Documentation

◆ m_index1

int GIM_PAIR::m_index1

Definition at line 8 of file gim_pair.h.

◆ m_index2

int GIM_PAIR::m_index2

Definition at line 9 of file gim_pair.h.


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