Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

VRageMath.PlaneIntersectionType

Morten Aune Lyrstad edited this page Apr 16, 2022 · 37 revisions

IndexNamespace Index

PlaneIntersectionType Enum

public enum PlaneIntersectionType

Describes the intersection between a plane and a bounding volume.

Namespace: VRageMath
Assembly: VRage.Math.dll

Fields

PlaneIntersectionType Back

There is no intersection, and the bounding volume is in the negative half-space of the Plane.

PlaneIntersectionType Front

There is no intersection, and the bounding volume is in the positive half-space of the Plane.

PlaneIntersectionType Intersecting

The Plane is intersected.

Clone this wiki locally