Physics-Simulator  v1.4.0-beta.2
global::physics Namespace Reference

Variables

const float kMeterPixelRatio = 10
 
const float kBallDensity = 7850
 
const float kGravity = -9.81
 
const float kDragCofficient = 0.47
 
const float kKineticFriction = 0.36
 
const float kDensityAir = 1.2041
 
const float kMinVelocity = 0.0
 
const float kCoefficientRestitution = 0.76
 
uchar collisionmethod = CollideInelastic
 
const double kAirDynViscosity = 2.22043 * pow(10,-5)
 

Detailed Description

Holds Values that are related the the physics of the world, these are all based on real numbers