calcBroadPhase method

void calcBroadPhase()

Implementation

void calcBroadPhase () {
  setTime( 2 );
  broadPhaseTime = times[ 2 ] - times[ 1 ];
}