I try to program a 3d-physic simulation, with bouncy collisions, friction, etc. and i have a problems with splitting forces at an inclined plane. i know that
F_n = F_g * sin(\alpha) and
F_p = F_g * cos(\alpha)
F_n ... normal force
F_p ... parallel force
F_g ... gravity force...