I partially understand what you are saying but I still can not put it into a formula.
I'm not handling rolling. My spheres could be moving through air or water or whatever, they aren't rolling on a flat surface. I don't care about any potential spin that would be put on the sphere from a...
I'm a programmer and I've been working on a simulation that involves some physics.
Part of my simulation involves two 3D spheres colliding where each sphere has its own mass and velocity. I already found code that handles that and applies conservation of momentum to get the new resulting...