corrected Bain model
This commit is contained in:
parent
90ae536204
commit
88e16f9344
|
@ -1069,7 +1069,7 @@ class Orientation:
|
|||
'Bain': \
|
||||
np.array([[[ 0, 1, 0],[ 0, 1, 1]],
|
||||
[[ 0, 0, 1],[ 1, 0, 1]],
|
||||
[[ 1, 0, 0],[ 1, 1, 0]]])]
|
||||
[[ 1, 0, 0],[ 1, 1, 0]]]),
|
||||
}
|
||||
myMatrix = np.array([[planes [relationModel][variant,me]],\
|
||||
[normals[relationModel][variant,me]],\
|
||||
|
|
Loading…
Reference in New Issue