We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d6046 commit dcd1812Copy full SHA for dcd1812
LoopStructural/modelling/fold/fold.py
@@ -61,7 +61,7 @@ def get_fold_axis_orientation(self, points):
61
62
def get_deformed_orientation(self, points):
63
"""
64
- Calculate the normal to the folded foliation at locations
+ Calculate the direction vectors of the fold
65
66
Parameters
67
----------
@@ -70,6 +70,13 @@ def get_deformed_orientation(self, points):
70
71
Returns
72
-------
73
+ fold_direction : np.array
74
+ a vector parallel to the fold
75
+ fold axis : np.array
76
+ the fold axis
77
+ dgz : np.array
78
+ the X direction of the finite strain ellipsoid, perpendicular to both
79
+ fold axis and fold direction
80
81
82
fold_axis = self.get_fold_axis_orientation(points)
0 commit comments