Show / Hide Table of Contents

Delegate Omnitree.SubdivisionOverride<T, TAxis, TBounds>

A delegate for determining the point of subdivision in a set of values and current bounds.

Namespace: Towel.DataStructures
Assembly: Towel.dll
Syntax
public delegate TAxis SubdivisionOverride<T, TAxis, TBounds>(TBounds bounds, Action<Action<T>> values);
Parameters
Type Name Description
TBounds bounds

The current bounds of the set of values.

Action<Action<T>> values

The values to find the point of subdivision.

Returns
Type Description
TAxis

The point of subdivision.

Type Parameters
Name Description
T

The generic type of the values to find the point of subdivision.

TAxis

The type of axis along with the values are to be subdivided.

TBounds

The type of bounds currently constraining the data.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX