Maths in scripting

What videos or resources would help to learn maths that is useful in programming/scripting? Like, radians, etc…

1 Like

I know the math functions, but i want to learn what radians and tangents are.

It’s mostly taught in high school on physics, you can watch math for devs on youtube that covers vectors, normals, lerping and trigonometry, but pretty much you need to try creating yourself and when you have problem use internet to fix it

Yes, do you have any playlists or youtube channels you’d recommend?

Freya Holmer created 4 tutorials, each few hours that cover 2D and then 3D math, you can also try doing stuff that is more complicated like procedural generation (logic requires a lot of math) or projectiles, otherwise there is pretty much nothing from advanced stuff to learn about

Also you asked:

Radians are better degrees because they are more natural to circles, 180 degree is pi radians

Tangent is a trigonometry function of adjacent/opposite or smth like that

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.