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.
我想绘制一个椭球体,但我希望它的中心和旋转点位于椭球体的末端而不是中心。如何获取端点坐标并将它们转换为中心点坐标。另外我希望它围绕一个端点而不是它的中心旋转,Rotate() 只使用绘图中心。请记住,椭圆体的长度会有所不同。
看这里,它说:
rotate(...,origin) 将旋转轴的原点指定为三元素向量 [x0,y0,z0]。
你试过用你的终点作为起点吗?这将覆盖默认原点,即:
旋转轴的默认原点是绘图框的中心。该点不一定是轴的原点。