Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.PlaneIntersectionType

Malware edited this page Dec 13, 2025 · 38 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

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