Table of Contents

Class SwiftFixedBVH<T>

Namespace
SwiftCollections.Query
Assembly
SwiftCollections.FixedMathSharp.dll

Represents a fixed-point Bounding Volume Hierarchy (BVH) optimized for spatial queries.

public class SwiftFixedBVH<T> : SwiftBVH<T, FixedBoundVolume>

Type Parameters

T
Inheritance
SwiftFixedBVH<T>
Inherited Members

Constructors

SwiftFixedBVH(int)

Initializes a new instance of the SwiftFixedBVH<T> class with the specified capacity.

public SwiftFixedBVH(int capacity)

Parameters

capacity int

Initial tree capacity.