Tesselation with fiber orientation - changed behaviour form v4.2 to v4.4.2 #423
-
Hi, I used neper to generate a 2D tesselation with fiber orientation, then rotated by a certain angle.
-180.000000000000 90.000000000000 41.975192057725 output orientations for v4.2: -168.024807942275 90.000000000000 30.000000000000 What is neper doing? Why the change? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There has been a move from The reason is that the ordering is more natural, and that changes have to happen at some point... |
Beta Was this translation helpful? Give feedback.
-
Great, thanks! I did not notice the difference in the definition. All clear now. |
Beta Was this translation helpful? Give feedback.
There has been a move from
fiber(<dirs_x>,<dirs_y>,<dirs_z>,<dirc_x>,<dirc_y>,<dirc_z>)
tofiber(<dirc_x>,<dirc_y>,<dirc_z>,<dirs_x>,<dirs_y>,<dirs_z>)
between the two versions you mentionned. You can find the new definition here. Sorry this hasn't been reported properly in theVERSIONS
file...The reason is that the ordering is more natural, and that changes have to happen at some point...