【VTK】平面的平移和旋转

本文探讨的平面操作主要是平移和绕轴旋转。 在vtkPlane中保存有数据成员 double Normal[3]; double Origin[3]; 同时,vtkPlane也提供了原点读写函数,法向量读写函数 /** * Set/get point through which plane passes. Plane is defined by point * and normal. */ vt
相关文章
相关标签/搜索