[Bf-codereview] N-Dimensional Vectors for Blender Mathutils (issue 5482043)

TrumanBlending at gmail.com TrumanBlending at gmail.com
Mon Dec 12 09:02:12 CET 2011


Reviewers: bf-codereview_blender.org,

Description:
This patch adds the ability to use arbitrary sized vectors from
mathutils. Currently vectors are only of size 2, 3 or 4 since they are
generally restricted to geometric applications. However, we can use
arbitrary sized vectors for efficient calculations and data
manipulation.

Please review this at http://codereview.appspot.com/5482043/

Affected files:
   source/blender/blenlib/BLI_math_vector.h
   source/blender/blenlib/intern/math_vector.c
   source/blender/python/mathutils/mathutils.c
   source/blender/python/mathutils/mathutils.h
   source/blender/python/mathutils/mathutils_Vector.c
   source/blender/python/mathutils/mathutils_Vector.h




More information about the Bf-codereview mailing list