Class SwiftBVH<T>
- Namespace
- SwiftCollections.Query
- Assembly
- SwiftCollections.dll
Represents a numerics-backed Bounding Volume Hierarchy (BVH) optimized for spatial queries.
public class SwiftBVH<T> : SwiftBVH<T, BoundVolume> where T : notnull
Type Parameters
T
- Inheritance
-
SwiftBVH<T, BoundVolume>SwiftBVH<T>
- Inherited Members
Constructors
SwiftBVH(int)
Initializes a new instance of the SwiftBVH<T> class with the specified capacity.
public SwiftBVH(int capacity)
Parameters
capacityintInitial tree capacity.