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
858ff6b69626bf8385debe06436b2f2abba56f45
goo-engine
/
source
/
blender
/
python
/
mathutils
T
History
Thomas Dinges
858ff6b696
Fix for [
#34898
] Typo in error message of mathutils.Vector
...
* Also fixed some more cases of "more then" -> "more than".
2013-04-07 15:09:06 +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
style cleanup: comments
2012-10-20 20:20:02 +00:00
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
style cleanup: comments
2012-10-20 20:20:02 +00:00
mathutils_geometry.c
add mathutils function to intersect 2 circles. Converted to C from a python script by Alex Fraser.
2013-01-28 11:52:17 +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
code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too.
2012-10-09 13:36:42 +00:00
mathutils_Quaternion.c
Fix for [
#34898
] Typo in error message of mathutils.Vector
2013-04-07 15:09:06 +00:00
mathutils_Quaternion.h
style cleanup: comments
2012-10-20 20:20:02 +00:00
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
fix for assert(), were not enough mathutils slots.
2013-03-18 22:53:58 +00:00
mathutils.h
style cleanup:
2013-03-26 07:29:01 +00:00