Class used to calculate the total number of velocity and position steps.  
 More...
#include <CalculateSolverSteps.h>
Class used to calculate the total number of velocity and position steps. 
 
◆ CalculateSolverSteps()
  
  
      
        
          | JPH_INLINE CalculateSolverSteps::CalculateSolverSteps  | 
          ( | 
          const PhysicsSettings &  | 
          inSettings | ) | 
           | 
         
       
   | 
  
inlineexplicit   | 
  
 
 
◆ Finalize()
  
  
      
        
          | JPH_INLINE void CalculateSolverSteps::Finalize  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Must be called after all bodies/constraints have been processed. 
 
 
◆ GetNumPositionSteps()
  
  
      
        
          | JPH_INLINE uint CalculateSolverSteps::GetNumPositionSteps  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Get the results of the calculation. 
 
 
◆ GetNumVelocitySteps()
  
  
      
        
          | JPH_INLINE uint CalculateSolverSteps::GetNumVelocitySteps  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator()()
template<class Type > 
  
  
      
        
          | JPH_INLINE void CalculateSolverSteps::operator()  | 
          ( | 
          const Type *  | 
          inObject | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Combine the number of velocity and position steps for this body/constraint with the current values. 
 
 
The documentation for this class was generated from the following file: