Physics

object Physics

Settings class where all the constants are stored for the physics engine.

Properties

Link copied to clipboard
const val BIAS_ABSOLUTE: Double = 0.01
Link copied to clipboard
const val BIAS_RELATIVE: Double = 0.95
Link copied to clipboard
const val EPSILON: Double = 1.0E-12
Link copied to clipboard
const val ITERATIONS: Int = 100
Link copied to clipboard
const val PENETRATION_ALLOWANCE: Double = 0.01
Link copied to clipboard
const val PENETRATION_CORRECTION: Double = 0.5