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
0f5d3a3ddb4586096322bcd3c894c9557f04e487
goo-engine
/
source
/
blender
/
python
/
mathutils
T
History
Campbell Barton
0f5d3a3ddb
add back mathutils Matrix() * Vector(), this is row_vector multiplication.
...
some minor changes to exception messages.
2011-09-19 14:29:21 +00:00
..
CMakeLists.txt
…
mathutils_Color.c
…
mathutils_Color.h
…
mathutils_Euler.c
…
mathutils_Euler.h
…
mathutils_geometry.c
use Py_ssize_t rather than int when dealing with list sizes (original patch from Fedora but applied changes elsewhere too), also replace PyList_Size with PyList_GET_SIZE where typechecking is already done.
2011-09-06 23:46:20 +00:00
mathutils_geometry.h
…
mathutils_Matrix.c
add back mathutils Matrix() * Vector(), this is row_vector multiplication.
2011-09-19 14:29:21 +00:00
mathutils_Matrix.h
…
mathutils_Quaternion.c
deprecate multiplication orders:
2011-07-25 01:44:19 +00:00
mathutils_Quaternion.h
…
mathutils_Vector.c
add back mathutils Matrix() * Vector(), this is row_vector multiplication.
2011-09-19 14:29:21 +00:00
mathutils_Vector.h
…
mathutils.c
…
mathutils.h
deprecate multiplication orders:
2011-07-25 01:44:19 +00:00