This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/doc/python_api/examples
Sybren A. Stüvel 9fa628f35b mathutils: added exponential map to Quaternion
Added conversion to and from exponential map representation. This
representation is useful for interpolation of > 2 quaternions, or in
PD controllers.

Implementation in C functions quat_to_expmap,
quat_normalized_to_expmap, and expmap_to_quat with Python API, unit
tests and documentation.

Added Quaternion.to_exponential_map() and Quaternion(3-vector) to
Python API.

Reviewers: campbellbarton

Projects: #bf_blender

Differential Revision: https://developer.blender.org/D1049
2015-02-01 13:06:00 +01:00
..
2012-06-19 22:17:19 +00:00
2011-02-18 14:27:18 +00:00
2011-04-10 15:24:05 +00:00
2011-06-21 17:17:51 +00:00
2014-09-17 18:36:17 +10:00
2011-02-18 14:27:18 +00:00
2012-06-25 07:24:48 +00:00
2011-04-29 04:43:36 +00:00
2011-02-18 14:27:18 +00:00
2015-01-29 15:35:06 +11:00
2011-02-18 19:33:19 +00:00
2011-02-22 04:42:21 +00:00
2011-07-07 21:14:36 +00:00
2014-06-25 03:04:53 +10:00
2014-02-13 08:52:12 +11:00