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
0e0e528ea4f9529a549ab50a6a2da7a3187258a8
goo-engine
/
source
/
blender
/
python
/
mathutils
T
History
Campbell Barton
4e732b9860
Fix building as Python module (manpage-generation)
2014-09-08 11:22:40 +10: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
Math Lib: rename barycentric_transform -> transform_point_by_tri_v3
2014-08-13 14:55:45 +10:00
mathutils_geometry.h
…
mathutils_kdtree.c
Python: remove redundant casts
2014-07-01 14:10:59 +10:00
mathutils_kdtree.h
…
mathutils_Matrix.c
Fix building as Python module (manpage-generation)
2014-09-08 11:22:40 +10: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
Code cleanup: remove unused includes
2014-05-01 04:47:51 +10:00
mathutils_noise.h
…
mathutils_Quaternion.c
…
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
…