#3286 A simple default tangent calculation/adjustment when creating targets

Use distance weighted average of line segments
This commit is contained in:
Jacob Støren
2018-09-11 08:36:14 +02:00
parent 01673f31cb
commit be75fbc2c1
5 changed files with 52 additions and 6 deletions

View File

@@ -55,6 +55,8 @@ public:
void deleteTarget(RimWellPathTarget* targetTodelete);
void appendTarget();
void addSmootheningTangentToNextToLastTargetIfSensible();
const RimWellPathTarget* firstActiveTarget() const;
const RimWellPathTarget* lastActiveTarget() const;