Table of Contents

Enum PlaneIntersectionType

Namespace
Microsoft.Xna.Framework
Assembly
MonoGame.Framework.dll

Defines the intersection between a Plane and a bounding volume.

public enum PlaneIntersectionType

Fields

Back = 1

There is no intersection, the bounding volume is in the positive half space of the plane.

Front = 0

There is no intersection, the bounding volume is in the negative half space of the plane.

Intersecting = 2

The plane is intersected.