blender/intern/python/modules/util
2002-10-12 11:37:38 +00:00
..
__init__.py Initial revision 2002-10-12 11:37:38 +00:00
quat.py Initial revision 2002-10-12 11:37:38 +00:00
README.txt Initial revision 2002-10-12 11:37:38 +00:00
tree.py Initial revision 2002-10-12 11:37:38 +00:00
vect.py Initial revision 2002-10-12 11:37:38 +00:00
vectools.py Initial revision 2002-10-12 11:37:38 +00:00

3D utilities 

  (c) onk, 1998-2001

  A few low level & math utilities for 2D/3D computations as:

    - area.py: solving close packing problems in 2D

    - vect.py: low level / OO like matrix and vector calculation module

    - vectools.py: more vector tools for intersection calculation, etc.

    - tree.py: binary trees (used by the BSPtree module)