from_neo_euler#

classmethod Quaternion.from_neo_euler(neo_euler: NeoEuler) Quaternion[source]#

[Deprecated] Create unit quaternion(s) from a neo-euler (vector) representation.

Parameters:
neo_euler

Vector parametrization of quaternions.

Returns:
Q

Unit quaternion(s).

Notes

Deprecated since version 0.12: Function from_neo_euler() is deprecated and will be removed in version 0.13. Use from_axes_angles() instead.