- #1
Lucas Borsatto
- 8
- 0
Hello guys,
I am developing a physics system that simulates collision between two cubes. I need to calculate the total energy in those cubes in an instant before the collision. I know that the total kinetic energy in this case is the sum of the angular velocity energy and the linear velocity energy:
E = 1/2 * m * v² + 1/2 * I * w²
My question is, in the energy from angular velocity, "I" is the module of the components (Ix, Iy, Iz) of the inertia, right? Or I need to do some cross product before?
Thanks
I am developing a physics system that simulates collision between two cubes. I need to calculate the total energy in those cubes in an instant before the collision. I know that the total kinetic energy in this case is the sum of the angular velocity energy and the linear velocity energy:
E = 1/2 * m * v² + 1/2 * I * w²
My question is, in the energy from angular velocity, "I" is the module of the components (Ix, Iy, Iz) of the inertia, right? Or I need to do some cross product before?
Thanks