Returns the hypotenuse length of a right-angle triangle, marked here
.> ..> ...> .... opp ..... adj Copy
.> ..> ...> .... opp ..... adj
This is just:
opposite = Math.tan(angle) * adjacent Copy
opposite = Math.tan(angle) * adjacent
Returns the hypotenuse length of a right-angle triangle, marked here
This is just: