This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/intern/python/modules/util/README.txt
Hans Lambermont 12315f4d0e Initial revision
2002-10-12 11:37:38 +00:00

14 lines
356 B
Plaintext

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)