pre-proto - Fixing include error (and starting method to calculate fracture lenght)

This commit is contained in:
astridkbjorke
2017-01-24 14:25:18 +01:00
parent 08da3e926a
commit 66e2bcd6d8
2 changed files with 31 additions and 3 deletions

View File

@@ -38,6 +38,6 @@ public:
static void createPolygonFromLineSegments(std::list<std::pair<cvf::Vec3d, cvf::Vec3d>> &intersectionLineSegments, std::vector<std::vector<cvf::Vec3d>> &polygons);
static void findCellLocalXYZ(cvf::Vec3d * hexCorners, cvf::Vec3d &localXdirection, cvf::Vec3d &localYdirection, cvf::Vec3d &localZdirection);
static void polygonAreaWeightedLength(cvf::Vec3d directionOfLength, std::vector<cvf::Vec3d> polygon2d);
};