substantial rewrite of former package. now includes dedicated orientation and (associated) symmetry class. should be easier to handle...
new or improved methods: - disorientation (between two orientations) - IPFcolor: TSL color of inverse pole figure for given axis
This commit is contained in:
parent
05fa8bf580
commit
d17d6636df
|
@ -5,7 +5,7 @@ from .environment import Environment # only one class
|
|||
from .asciitable import ASCIItable # only one class
|
||||
from .config import Material # will be extended to debug and numerics
|
||||
from .colormaps import Colormap, Color
|
||||
from .orientation import Vector3, Quaternion
|
||||
from .orientation import Quaternion, Rodrigues, Symmetry, Orientation
|
||||
#from .block import Block # only one class
|
||||
from .result import Result # one class with subclasses
|
||||
from .geometry import Geometry # one class with subclasses
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue