16 , OnVelocityChanged ()
19 , minVelocity_ (DEFAULT_MIN_VELOCITY_BOUNDS)
20 , maxVelocity_ (DEFAULT_MAX_VELOCITY_BOUNDS)
32 , OnVelocityChanged ()
33 , velocity_ (copy.velocity_)
34 , lastVelocity_ (copy.lastVelocity_)
35 , minVelocity_ (copy.minVelocity_)
36 , maxVelocity_ (copy.maxVelocity_)
70 if (oldMove ==
Vector2 (0.0f, 0.0f))
80 YAPOG_THROW(
"[PhysicsCore] Max bound must be greater than min bound.");