This website requires JavaScript.
Explore
Help
Sign In
dillongoostudios
/
goo-engine
Watch
3
Star
0
Fork
0
You've already forked goo-engine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9c81833430d7292483450c44443d2c3cd584dd43
goo-engine
/
source
/
blender
/
python
/
mathutils
T
History
Bastien Montagne
9c81833430
Fix T42885: We still had a few wrong doc in mathutils about methods returning
...
instance of self while actually returning None...
2014-12-13 14:07:46 +01:00
..
CMakeLists.txt
…
mathutils_Color.c
…
mathutils_Color.h
…
mathutils_Euler.c
Fix for mathutils.Euler on big endian systems
2014-08-08 02:11:54 +10:00
mathutils_Euler.h
…
mathutils_geometry.c
Fix Python ray-cast failing to check hit direction
2014-10-08 09:47:41 +02:00
mathutils_geometry.h
…
mathutils_kdtree.c
mathutils.kdtree: fix docstrings
2014-11-20 11:03:38 +01:00
mathutils_kdtree.h
…
mathutils_Matrix.c
Fix T42885: We still had a few wrong doc in mathutils about methods returning
2014-12-13 14:07:46 +01:00
mathutils_Matrix.h
Py Mathutils: add
invert_safe()
and
inverted_safe()
to
Matrix
.
2014-09-06 14:58:38 +02:00
mathutils_noise.c
Cleanup: unused headers
2014-11-28 22:16:14 +01:00
mathutils_noise.h
…
mathutils_Quaternion.c
Fix T42885: We still had a few wrong doc in mathutils about methods returning
2014-12-13 14:07:46 +01:00
mathutils_Quaternion.h
…
mathutils_Vector.c
Extended mathutils.Vector.orthogonal() to accept a 2D vector.
2014-07-23 23:10:03 +09:00
mathutils_Vector.h
…
mathutils.c
Minor changes for standalone mathutils
2014-05-17 12:06:29 +10:00
mathutils.h
…