Header menu logo Nu

PlaneIntersectionType Type

Defines the intersection between a Plane3 and a bounding volume. Copied from - https://github.com/MonoGame/MonoGame/blob/v3.8/MonoGame.Framework/PlaneIntersectionType.cs

Record fields

Record Field Description

Back

Full Usage: Back

Field type: PlaneIntersectionType
Modifiers: static

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

Field type: PlaneIntersectionType

Front

Full Usage: Front

Field type: PlaneIntersectionType
Modifiers: static

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

Field type: PlaneIntersectionType

Intersecting

Full Usage: Intersecting

Field type: PlaneIntersectionType
Modifiers: static

The plane is intersected.

Field type: PlaneIntersectionType

value__

Full Usage: value__

Field type: int
Modifiers: mutable
Field type: int

Type something to start searching.