Show / Hide Table of Contents

Struct Omnitree.Bounds<A1>

Represents a 1D bounding box.

Namespace: Towel.DataStructures
Assembly: Towel.dll
Syntax
public struct Bounds<A1>
Type Parameters
Name Description
A1

The generic type of the 1 dimension.

Constructors

| Improve this Doc View Source

Bounds(Omnitree.Bound<A1>, Omnitree.Bound<A1>)

A set of values denoting a range (or lack of range) along each axis.

Declaration
public Bounds(Omnitree.Bound<A1> min1, Omnitree.Bound<A1> max1)
Parameters
Type Name Description
Omnitree.Bound<A1> min1
Omnitree.Bound<A1> max1

Fields

| Improve this Doc View Source

Max1

The maximum value along the 1 dimension.

Declaration
public Omnitree.Bound<A1> Max1
Field Value
Type Description
Omnitree.Bound<A1>
| Improve this Doc View Source

Min1

The minimum value along the 1 dimension.

Declaration
public Omnitree.Bound<A1> Min1
Field Value
Type Description
Omnitree.Bound<A1>

Properties

| Improve this Doc View Source

None

Extends infinitely along each axis.

Declaration
public static Omnitree.Bounds<A1> None { get; }
Property Value
Type Description
Omnitree.Bounds<A1>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX