Search Unity

Physics equations

Discussion in 'Editor & General Support' started by acropole, Jul 29, 2013.

  1. acropole

    acropole

    Joined:
    Aug 13, 2009
    Posts:
    171
    Hi,

    What are the physics equations ?
    I need to know them to use them on the client side.
    So, how does unity physics handle those functions :

    Rigidbody.AddForce(force);

    and

    Rigidbody.AddRelativeTorque(torque);

    Including drags.

    Thanks.