Gorgon
Show / Hide Table of Contents

Enum Containment

Describes how one bounding volume contains another.

Namespace: Gorgon.Renderers
Assembly: Gorgon.Core.dll
Syntax
public enum Containment

Fields

Name Description
Contains

One bounding volume completely contains another.

Disjoint

The two bounding volumes don't intersect at all.

Intersects

The two bounding volumes overlap.

Extension Methods

GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author