Table of Contents

Enum FixedPlaneIntersectionType

Namespace
FixedMathSharp.Geometry
Assembly
FixedMathSharp.dll

Describes how a plane intersects a bounding volume.

public enum FixedPlaneIntersectionType

Fields

Back = 1

The volume is entirely in the negative half-space of the plane.

Front = 0

The volume is entirely in the positive half-space of the plane.

Intersecting = 2

The volume intersects the plane.