Show / Hide Table of Contents

Interface IBucket<T, K>

Interface for implementing a node for use in an Grid-like structure.

Namespace: Fusee.Structures
Assembly: Fusee.Structures.dll
Syntax
public interface IBucket<T, K>
Type Parameters
Name Description
T
K

Properties

Center

Center of this Bucket in world space coordinates.

Declaration
T Center { get; }
Property Value
Type Description
T

Size

Length, width and height of this Octant.

Declaration
K Size { get; }
Property Value
Type Description
K
Generated by DocFX
GitHub Repo
Back to top