i have already found the math for dealing with projectile motion but the different with mine was the directional vector and time provided.
In my code , my directional vector was -1 to 1 and time was an interval time.
How do I use those vector and time to calculate the new directional vector due to gravity?
Please help