How to calculate triangles?
#2

1) Angle:
pawn Код:
atan(3500.0 / 3500.0); //rise divided by base
To calculate the opposite angle, it would be the other way around (base divided by rise).


2) Base:
pawn Код:
//lets pretend the angle is 52.0
1100.0 * floattan(52.0, degrees);
There you go
Reply


Messages In This Thread
How to calculate triangles? - by iMonk3y - 16.01.2011, 16:19
Re: How to calculate triangles? - by Stylock - 16.01.2011, 17:23
Re: How to calculate triangles? - by iMonk3y - 16.01.2011, 18:29
Re: How to calculate triangles? - by Stylock - 16.01.2011, 19:03
Re: How to calculate triangles? - by Stylock - 17.01.2011, 11:25

Forum Jump:


Users browsing this thread: 1 Guest(s)