Help understanding trigonometry and it’s uses

Hello! I’m a scripter, currently I’m trying to implement trigonometry concepts into my game, but I don’t fully understand what’s happening, I know what the trig functions (sin,cos,tan,asin,acos,atan,atan2) do, but I do not understand the practical uses, any example on how to use it in a practical situation e.g: Making a turret fire in a specific angle, moving head with camera; will be greatly appreciated. ( this doesn’t really deserve to be a topic but I need assistance, thank you! )

These posts will help:

1 Like

Thank you, I will check them out!