Show / Hide Table of Contents

Delegate Omnitree.GetBounds<T, A1>

Delegate for getting the 1D bounding box of an item.

Namespace: Towel.DataStructures
Assembly: Towel.dll
Syntax
public delegate void GetBounds<T, A1>(T item, out Omnitree.Bound<A1> min1, out Omnitree.Bound<A1> max1);
Parameters
Type Name Description
T item

The item to get the bounding box of.

Omnitree.Bound<A1> min1

The minimum bound of the item along the 1 dimension.

Omnitree.Bound<A1> max1

The maximum bound of the item along the 1 dimension.

Type Parameters
Name Description
T

The generic type of the item to get the bounding box of.

A1

The generic type of the 1 dimension.

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