alienhelpdesk.com

angle math

This is just here so I don't forget ;)

(small characters here refer to angles, capitals to lengths of sides)


An oblique triangle

A triangle without a 90 degree angle

 math_oblique.gif

Python equivalents of the above math are for instance (untested):

A = math.sin(a) / (math.sin(b)/B)
B = math.sin(b) / (math.sin(c)/C)
C = math.sin(c) / (math.sin(a)/A)


A right angle triangle

A triangle with a single 90 degree angle (a in this case)

Python equivalents of the above math are for instance:

c = math.asin(C/A)
c = math.acos(A/C)
c = math.atan(C/B)
A = math.sqrt(B*B+C*C)

Remember soscastoa!


projects
Project London
The latest movie directed by Ian Hubert! And I get to help!
French proverb
Qui bête va à Rome, tel en retourne
When a fool goes to Rome, the same fool returns from there
BLENDER BOY!
BLENDER BOY!
T-shirts!
usefull sites
graphicall.org
Source of the latest blender builds