Table of Contents

Class SwiftFixedOctree<T>

Namespace
SwiftCollections.Query
Assembly
SwiftCollections.FixedMathSharp.dll

Represents a fixed-point octree optimized for deterministic hierarchical spatial queries.

public sealed class SwiftFixedOctree<T> : SwiftOctree<T, FixedBoundVolume>

Type Parameters

T
Inheritance
SwiftFixedOctree<T>
Inherited Members

Constructors

SwiftFixedOctree(FixedBoundVolume, SwiftOctreeOptions, Fixed64)

Initializes a new instance of the SwiftFixedOctree<T> class.

public SwiftFixedOctree(FixedBoundVolume worldBounds, SwiftOctreeOptions options, Fixed64 minNodeSize)

Parameters

worldBounds FixedBoundVolume

The immutable world bounds covered by the octree.

options SwiftOctreeOptions

Backend-neutral octree options.

minNodeSize Fixed64

The minimum child-node axis length allowed for fixed-point subdivision.