Table of Contents

Enum FixedEnclosureType

Namespace
FixedMathSharp.Geometry
Assembly
FixedMathSharp.dll

Describes whether one volume contains, intersects, or is disjoint from another volume.

public enum FixedEnclosureType

Fields

Contains = 1

One volume completely contains the tested volume.

Disjoint = 0

The volumes do not overlap.

Intersects = 2

The volumes overlap without complete containment.