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
7aeaeaf37805d7d906787e5ad5d0d76817dd0bc5
goo-engine
/
source
/
blender
/
python
/
mathutils
T
History
Campbell Barton
7aeaeaf378
fix bug in mathutils.geometry.intersect_point_line() where 4D vectors were treated as 2D.
...
also change behavior to return a 2d vector when all args are 2D.
2012-08-28 11:27:46 +00:00
..
CMakeLists.txt
…
mathutils_Color.c
support unary positive operators for vectors (same as numpy), so you can do 'vector_a = +vector_b', this makes a copy.
2012-08-27 13:40:19 +00:00
mathutils_Color.h
code cleanup: header cleanup
2012-04-30 14:24:11 +00:00
mathutils_Euler.c
minor code cleanup
2012-08-25 12:55:14 +00:00
mathutils_Euler.h
minor code cleanup
2012-08-25 12:55:14 +00:00
mathutils_geometry.c
fix bug in mathutils.geometry.intersect_point_line() where 4D vectors were treated as 2D.
2012-08-28 11:27:46 +00:00
mathutils_geometry.h
code cleanup: header cleanup
2012-04-30 14:24:11 +00:00
mathutils_Matrix.c
minor code cleanup
2012-08-25 12:55:14 +00:00
mathutils_Matrix.h
…
mathutils_noise.c
Spellcheck: minkovsky -> minkowski! (Only in comments/UI messages :/ ).
2012-07-17 18:14:59 +00:00
mathutils_noise.h
…
mathutils_Quaternion.c
support unary positive operators for vectors (same as numpy), so you can do 'vector_a = +vector_b', this makes a copy.
2012-08-27 13:40:19 +00:00
mathutils_Quaternion.h
code cleanup: header cleanup
2012-04-30 14:24:11 +00:00
mathutils_Vector.c
support unary positive operators for vectors (same as numpy), so you can do 'vector_a = +vector_b', this makes a copy.
2012-08-27 13:40:19 +00:00
mathutils_Vector.h
code cleanup: header cleanup
2012-04-30 14:24:11 +00:00
mathutils.c
fix for a handful of memory leaks relating to parsing and allocating arbitrary sized vectors from python args.
2012-06-26 16:58:58 +00:00
mathutils.h
code cleanup: header cleanup
2012-04-30 14:24:11 +00:00