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.
请帮我找到公式在给定其他 2 个顶点 (A) 和 (B) 的坐标、B 处的角度和边的长度 (a) 的情况下找到三角形中的第三个顶点 (C) 坐标 谢谢
使用余弦规则计算每条边的长度,然后从那里开始。如果你有所有边的长度,你应该会很轻松。可以使用 sqrt((bx-ax)^2+(by-ay)^2) 找到边 c 的长度。