Unit CastleTriangleOctree

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

Triangle octrees (TTriangleOctree).

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TTriangleOctreeNode  
Class TTriangleOctree Octree based on triangles.

Constants

DefTriangleOctreeMaxDepth = 10;
DefTriangleOctreeLeafCapacity = 20;
DefTriangleOctreeLimits: TOctreeLimits = ( MaxDepth: DefTriangleOctreeMaxDepth; LeafCapacity: DefTriangleOctreeLeafCapacity );

Description

Constants

DefTriangleOctreeMaxDepth = 10;
 
DefTriangleOctreeLeafCapacity = 20;
 
DefTriangleOctreeLimits: TOctreeLimits = ( MaxDepth: DefTriangleOctreeMaxDepth; LeafCapacity: DefTriangleOctreeLeafCapacity );
 

Generated by PasDoc 0.14.0.