Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JSで三角形の角度を取得したい。
反対/隣接を計算した後、タンジェントで角度を取得するにはどうすればよいですか?
degrees = Math.atan(a/b) * 180 / Math.PI;
必ず b を検証してください... 0 の場合、悪いことが起こる可能性があります。
参考文献: Math.atan , Math.PI