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:
Philip Eisenlohr 2013-11-25 19:04:39 +00:00
parent 05fa8bf580
commit d17d6636df
2 changed files with 628 additions and 653 deletions

View File

@ -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