Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Triangle octrees (TTriangleOctree).
TTriangleOctreeNode
TTriangleOctree
DefTriangleOctreeMaxDepth = 10;
DefTriangleOctreeLeafCapacity = 20;
DefTriangleOctreeLimits: TOctreeLimits = ( MaxDepth: DefTriangleOctreeMaxDepth; LeafCapacity: DefTriangleOctreeLeafCapacity );