Table of Contents

Enum ContainmentType

Namespace
HelixToolkit.Maths
Assembly
HelixToolkit.Maths.dll

Describes how one bounding volume contains another.

public enum ContainmentType
Extension Methods

Fields

Contains = 1

One bounding volume completely contains another.

Disjoint = 0

The two bounding volumes don't intersect at all.

Intersects = 2

The two bounding volumes overlap.