Reorder functions, remove unused function

This commit is contained in:
Magne Sjaastad
2018-01-17 09:15:44 +01:00
parent 1523ce55f0
commit 0ecfdeee6b
2 changed files with 164 additions and 199 deletions

View File

@@ -74,16 +74,6 @@ private:
cvf::Mat4d m,
const caf::DisplayCoordTransform& displayCoordTransform);
static bool stimPlanCellTouchesPolygon(const std::vector<cvf::Vec3f>& polygon,
double xMin,
double xMax,
double yMin,
double yMax,
float polygonXmin,
float polygonXmax,
float polygonYmin,
float polygonYmax);
static cvf::ref<cvf::DrawableGeo> buildDrawableGeoFromTriangles(const std::vector<cvf::uint>& triangleIndices, const std::vector<cvf::Vec3f>& nodeCoords);
private: