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.
我得到一个点 (p) 围绕另一个具有已知恒定半径 (r) 的点 (c) 旋转。我也一直知道这两点的位置。
我想减少两点之间的距离(r),比如说从 11 到 7。如何在减少距离后定义新的点(p)坐标?
您可以使用这个简单的公式:c+(pc)*ScalingFactor