I need help with sinus/cosinus functions

Started by MMG on

Topic category: Help with Minecraft modding (Java Edition)

Active 8 months ago
Joined Oct 2017
Points:
1052

User statistics:

  • Modifications: 5
  • Forum topics: 31
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 309
I need help with sinus/cosinus functions

So, I am working on glider and I found out sinus/cosinus could help me with it a lot. Anyone knows formula those actions are using so I could actually know what is hapenning inside?

I think this page could be…
Wed, 01/20/2021 - 09:35

I think this page could be helpful: https://setosa.io/ev/sine-and-cosine/

Keep in mind that Java accepts inputs as radians, not degrees: https://www.varsitytutors.com/hotmath/hotmath_help/topics/degree-to-rad…

Active 8 months ago
Joined Oct 2017
Points:
1052

User statistics:

  • Modifications: 5
  • Forum topics: 31
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 309
oooooooh, they that could be…
Wed, 01/20/2021 - 19:25

oooooooh, they that could be the issue