mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
3D Well log curves: Use the new generalized interpolation for normals
* Don't have to perform the normal generation again for grid points.
This commit is contained in:
@@ -39,13 +39,7 @@ public:
|
||||
|
||||
public:
|
||||
static std::vector<cvf::Vec3d> calculateLineSegmentNormals(const RigWellPath* wellPathGeometry,
|
||||
double angle,
|
||||
const std::vector<cvf::Vec3d>& vertices,
|
||||
VertexOrganization organization);
|
||||
|
||||
static void calculatePairsOfClosestSamplingPointsAlongWellPath(const RigWellPath* wellPathGeometry,
|
||||
const std::vector<cvf::Vec3d>& points,
|
||||
std::vector<cvf::Vec3d>* closestWellPathPoints);
|
||||
double angle);
|
||||
private:
|
||||
static std::vector<cvf::Vec3d> interpolateUndefinedNormals(const cvf::Vec3d& planeNormal,
|
||||
const std::vector<cvf::Vec3d>& normals,
|
||||
|
||||
Reference in New Issue
Block a user