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