Merged intersection box interactive manipulation

This commit is contained in:
Magne Sjaastad
2016-09-30 10:01:17 +02:00
23 changed files with 1403 additions and 6 deletions

View File

@@ -55,6 +55,7 @@ public:
cvf::Mat4d boxOrigin() const;
cvf::Vec3d boxSize() const;
SinglePlaneState singlePlaneState() const;
void setFromOriginAndSize(const cvf::Vec3d& origin, const cvf::Vec3d& size);
RivIntersectionBoxPartMgr* intersectionBoxPartMgr();