From e10f9fa299df508192f7d7d66d3c05ddc22d90e0 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 25 Nov 2022 01:25:36 +0100 Subject: [PATCH] not useful here not a general convention, is documented for the affected from_/as_ methods --- python/damask/_rotation.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python/damask/_rotation.py b/python/damask/_rotation.py index d9d6fbbcb..6566fb880 100644 --- a/python/damask/_rotation.py +++ b/python/damask/_rotation.py @@ -27,10 +27,6 @@ class Rotation: - A rotation angle ω is taken to be positive for a counterclockwise rotation when viewing from the end point of the rotation axis towards the origin. - Rotations will be interpreted in the passive sense. - - Euler angle triplets are implemented using the Bunge convention, - with angular ranges of [0,2π], [0,π], [0,2π]. - - The rotation angle ω is limited to the interval [0,π]. - - The real part of a quaternion is positive, Re(q) ≥ 0 - P = -1 (as default). Examples