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. |