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

Overlapping pair. More...

#include <btGImpactBvhStructs.h>

Public Member Functions

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

Public Attributes

int m_index1
 
int m_index2
 
GUINT m_index1
 
GUINT m_index2
 

Detailed Description

Overlapping pair.

Definition at line 34 of file btGImpactBvhStructs.h.

Constructor & Destructor Documentation

GIM_PAIR::GIM_PAIR ( )
inline

Definition at line 38 of file btGImpactBvhStructs.h.

GIM_PAIR::GIM_PAIR ( const GIM_PAIR p)
inline

Definition at line 41 of file btGImpactBvhStructs.h.

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

Definition at line 47 of file btGImpactBvhStructs.h.

GIM_PAIR::GIM_PAIR ( )
inline

Definition at line 49 of file gim_box_set.h.

GIM_PAIR::GIM_PAIR ( const GIM_PAIR p)
inline

Definition at line 52 of file gim_box_set.h.

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

Definition at line 58 of file gim_box_set.h.

Member Data Documentation

int GIM_PAIR::m_index1

Definition at line 36 of file btGImpactBvhStructs.h.

GUINT GIM_PAIR::m_index1

Definition at line 47 of file gim_box_set.h.

int GIM_PAIR::m_index2

Definition at line 37 of file btGImpactBvhStructs.h.

GUINT GIM_PAIR::m_index2

Definition at line 48 of file gim_box_set.h.


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