Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
3

How would I apply trigonometry to scripting?

Asked by
FiredDusk 1466 Moderation Voter
7 years ago

So in my geometry class, I recently learned trigonometry and I am wanting to apply this to scripting in ROBLOX. What kind of functions would I need to know, I have no idea how I would go about this.

0
i'm interested as well Perci1 4988 — 7y
0
If you are working with angles, you'll likely be using trigonometric functions.  See this answer by BlueTaslem: https://scriptinghelpers.org/questions/14545/ BlackJPI 2658 — 7y
0
Honestly, I'm also interested :) I got the same idea in the middle of class when my teacher mentioned trigonometry. Abstract_Life 65 — 7y

1 answer

Log in to vote
1
Answered by
P100D 590 Moderation Voter
7 years ago

I've actually recently tried this. Pretty much anything with triangles works. Here are some examples:

  • Triangle terrain
  • Dynamic arm placement without Inverse Kinematics (assuming you ignore the hand/foot)

Some important functions to know are described in this answer by BlueTaslem

Ad

Answer this question