You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Framework
Benjamin Jillich d20aa935ba
Quaternion to scaled-axis angle representation (and back) helpers (#6421)
Direct conversion helpers for quaternion to the scaled axis-angle representation and back without the need to convert them first to the axis-angle format and manually scale (or normalize on the way back). This also avoids having to deal with the special case of an identity representation which is 0,0,0 in the scaled axis-angle format while our convention for axis-angle is 0,1,0 for the axis and 0 for the angle.

Added unit tests that check the conversion round-trips from quaternion -> (scaled) axis-angle -> quaternion as well as comparing the scaled axis-angle representations from the direct helper functions as well as the axis-angle while manually scaling/normalizing.

Signed-off-by: Benjamin Jillich <jillich@amazon.com>
4 years ago
..
AtomCore Removes ThreadDrillerEvents, replaces handlers with TreadEventBus 4 years ago
AzAndroid/java/com/amazon Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
AzCore Quaternion to scaled-axis angle representation (and back) helpers (#6421) 4 years ago
AzFramework Fixes for `CameraInput` handling (#6425) 4 years ago
AzGameFramework Update how Project Filepaths are calculated when not supplied via command line (#5194) 4 years ago
AzManipulatorTestFramework Initial improvements to fix viewport icon selection and draw order (#6284) 4 years ago
AzNetworking Properly adding newlines when using LogInternalV; removing the need of hand-placed newlines to AZ_LOG 4 years ago
AzQtComponents Merging from development 4 years ago
AzTest Initial improvements to fix viewport icon selection and draw order (#6284) 4 years ago
AzToolsFramework Fix missing parent class reflection for ProceduralPrefabSystemComponent (#6413) 4 years ago
GFxFramework More fixes 4 years ago
GridMate Linux build fixes 4 years ago
CMakeLists.txt Remove crcfix (#3294) 4 years ago