Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.txt « util « modules « python « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60321531bd7992800667e2ec54da6fc4f92cae04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)