BALL_LINEAR_DAMPING (足球线速度阻力系数)

BALL_LINEAR_DAMPING = 0.1

足球线速度阻力系数

实际案例

>>> import opt
>>> print(opt.BALL_LINEAR_DAMPING)
0.1
Type

float