16.01.2011, 17:23
1) Angle:
To calculate the opposite angle, it would be the other way around (base divided by rise).
2) Base:
There you go
pawn Код:
atan(3500.0 / 3500.0); //rise divided by base
2) Base:
pawn Код:
//lets pretend the angle is 52.0
1100.0 * floattan(52.0, degrees);