summaryrefslogtreecommitdiff
path: root/src/feature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature.cpp')
-rw-r--r--src/feature.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/feature.cpp b/src/feature.cpp
index 49a6262..136f820 100644
--- a/src/feature.cpp
+++ b/src/feature.cpp
@@ -506,3 +506,10 @@ Feature::sane ( )
return rv ;
} /* ----- end of method Feature::sane ----- */
+void
+Feature::dx ( const Vector3d &del )
+{
+ X += del;
+ return ;
+} /* ----- end of method Feature::dx ----- */
+