#2552 Generalized the flatting transforms to be able to reuse for simwells and wellpaths

This commit is contained in:
Jacob Støren
2018-03-09 18:01:13 +01:00
parent c63aee779d
commit ec5a9e1682
5 changed files with 187 additions and 151 deletions

View File

@@ -75,7 +75,7 @@ public:
RimIntersection* crossSection() const;
cvf::Mat4d unflattenTransformMatrix(const cvf::Vec3d& intersectionPointUtm);
cvf::Mat4d unflattenTransformMatrix(const cvf::Vec3d& intersectionPointFlat);
private:
void calculateArrays();