PlaneIntersectionType Enumeration (Microsoft.Xna.Framework)

Defines the intersection between a Plane and a bounding volume.

Namespace: Microsoft.Xna.Framework
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public enum PlaneIntersectionType

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

The PlaneIntersectionType type exposes the following members.

  Platforms Name Description
Back There is no intersection, the bounding volume is in the positive half space of the plane. 
Front There is no intersection, the bounding volume is in the negative half space of the plane. 
Intersecting The plane is intersected. 
Top
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web