Box2D  3.0.0
A Real-Time-Oriented 2-D Physics Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
box2d::VelocityConstraint::Conf Struct Reference

#include <VelocityConstraint.hpp>

Public Attributes

RealNum dtRatio = 1
 
LinearVelocity velocityThreshold = DefaultVelocityThreshold
 
bool blockSolve = true
 

Member Data Documentation

◆ blockSolve

bool box2d::VelocityConstraint::Conf::blockSolve = true

◆ dtRatio

RealNum box2d::VelocityConstraint::Conf::dtRatio = 1

◆ velocityThreshold

LinearVelocity box2d::VelocityConstraint::Conf::velocityThreshold = DefaultVelocityThreshold

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