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

#include <btHeightfieldTerrainShape.h>

Public Member Functions

 Range ()
 
 Range (btScalar min, btScalar max)
 
bool overlaps (const Range &other) const
 

Public Attributes

btScalar min
 
btScalar max
 

Detailed Description

Definition at line 74 of file btHeightfieldTerrainShape.h.

Constructor & Destructor Documentation

◆ Range() [1/2]

btHeightfieldTerrainShape::Range::Range ( )
inline

Definition at line 76 of file btHeightfieldTerrainShape.h.

◆ Range() [2/2]

btHeightfieldTerrainShape::Range::Range ( btScalar  min,
btScalar  max 
)
inline

Definition at line 77 of file btHeightfieldTerrainShape.h.

Member Function Documentation

◆ overlaps()

bool btHeightfieldTerrainShape::Range::overlaps ( const Range other) const
inline

Definition at line 79 of file btHeightfieldTerrainShape.h.

Member Data Documentation

◆ max

btScalar btHeightfieldTerrainShape::Range::max

Definition at line 85 of file btHeightfieldTerrainShape.h.

◆ min

btScalar btHeightfieldTerrainShape::Range::min

Definition at line 84 of file btHeightfieldTerrainShape.h.


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