Golf Hook / Slice (curve)
micksolo
Member Posts: 264
Hi, I'm wondering what the best way is to implement a hook / slice for a golf game. Actually I'm not making a golf game but this is the best way to describe it.
Basically I'm looking for a function that shoots an object, and it curves. I have all the functions setup for shooting and determining accuracy, just need to make it curve left or right. I'm pretty sure I have to use the cos, sin functions but just not quite sure how to implement it. Really should have listened all those years ago in maths class!
Thanks
Mick
Basically I'm looking for a function that shoots an object, and it curves. I have all the functions setup for shooting and determining accuracy, just need to make it curve left or right. I'm pretty sure I have to use the cos, sin functions but just not quite sure how to implement it. Really should have listened all those years ago in maths class!
Thanks
Mick
Comments
Hope this helps,
Darren.