BlueQuartzSoftware / EbsdLib

C++ Library that can read EBSD Files from OEMs and perform basic EBSD processing such as orientation conversion
BSD 3-Clause "New" or "Revised" License
5 stars 11 forks source link

Quaternion API Changes #4

Closed imikejackson closed 4 years ago

imikejackson commented 4 years ago

Store the 4 values in Quaternion as 4 individual floats and address them as x, y, z, w. A few methods are left for convenience functions. Orientation Methods were also updated to the new API changes

imikejackson commented 4 years ago

github.com/BlueQuartzSoftware/DREAM3DCI/pull/31