corrected Bain model

This commit is contained in:
Yannick Naunheim 2015-05-08 14:45:59 +00:00
parent 90ae536204
commit 88e16f9344
1 changed files with 1 additions and 1 deletions

View File

@ -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]],\