Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Branches -> temp-mathutils
"Temp-mathutils" branch
Total commits : 3
Total committers : 2
First Commit : February 1, 2015
Latest Commit : February 1, 2015
Commits by Date
Date | Number of Commits | |
---|---|---|
February 1, 2015 | 3 |
Committers
Author | Number of Commits |
---|---|
Campbell Barton | 2 |
Sybren A. Stüvel | 1 |
Popular Files
Filename | Total Edits |
---|---|
math_rotation.c | 3 |
BLI_math_rotation.h | 2 |
mathutils_Quaternion.c | 2 |
bl_pyapi_mathutils.py | 1 |
mathutils.Quaternion.py | 1 |
Latest commits
February 1, 2015, 11:40 (GMT) |
no need to use mul_vn_fl when size is known |
February 1, 2015, 11:37 (GMT) |
minor edits to expmap functions add quat_normalized_to_expmap incase we know the quats already unit length |
February 1, 2015, 10:58 (GMT) |
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(...)` 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 |
MiikaHweb - Blender Git Statistics v1.06