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
a120049c3b4453b7f6179fef47fda020d7058879
goo-engine
/
source
/
blender
/
python
/
mathutils
T
History
Campbell Barton
a120049c3b
use psys->seed for smoke random number generator, increase size of MATHUTILS_TOT_CB and reduce float->double conversions.
2013-04-16 09:04:34 +00:00
..
CMakeLists.txt
…
mathutils_Color.c
Fix for [
#34898
] Typo in error message of mathutils.Vector
2013-04-07 15:09:06 +00:00
mathutils_Color.h
…
mathutils_Euler.c
ifdef out dynstr so mathutils can be compiled as an external module again.
2012-12-08 01:16:59 +00:00
mathutils_Euler.h
…
mathutils_geometry.c
correct pyapi function intersect_line_sphere_2d() using 3d vecs when only 2d are needed.
2013-04-14 11:57:35 +00:00
mathutils_geometry.h
…
mathutils_Matrix.c
add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for some areas of the python api, bmesh.
2013-03-10 06:18:03 +00:00
mathutils_Matrix.h
…
mathutils_noise.c
code cleanup: add 'const' to headers to quiet msvc warnings, also remove (char *) casts that aren't needed now we're on Python3.3
2013-03-17 18:30:31 +00:00
mathutils_noise.h
…
mathutils_Quaternion.c
Fix for [
#34898
] Typo in error message of mathutils.Vector
2013-04-07 15:09:06 +00:00
mathutils_Quaternion.h
…
mathutils_Vector.c
Fix for [
#34898
] Typo in error message of mathutils.Vector
2013-04-07 15:09:06 +00:00
mathutils_Vector.h
…
mathutils.c
use psys->seed for smoke random number generator, increase size of MATHUTILS_TOT_CB and reduce float->double conversions.
2013-04-16 09:04:34 +00:00
mathutils.h
style cleanup:
2013-03-26 07:29:01 +00:00