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
worldBoundsFixedBoundVolumeThe immutable world bounds covered by the octree.
optionsSwiftOctreeOptionsBackend-neutral octree options.
minNodeSizeFixed64The minimum child-node axis length allowed for fixed-point subdivision.