This repository was archived by the owner on Dec 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.MyOrientedBoundingBox
Morten Aune Lyrstad edited this page Apr 16, 2022
·
51 revisions
← Index ← Namespace Index
public struct MyOrientedBoundingBox: IEquatable<MyOrientedBoundingBox>Namespace: VRageMath
Assembly: VRage.Math.dll
Implements:
| Member | Description |
|---|---|
| static int CornerCount | |
| [static Int32[] EndVertices](VRageMath.MyOrientedBoundingBox.EndVertices) | |
| [static Int32[] EndXVertices](VRageMath.MyOrientedBoundingBox.EndXVertices) | |
| [static Int32[] EndYVertices](VRageMath.MyOrientedBoundingBox.EndYVertices) | |
| [static Int32[] EndZVertices](VRageMath.MyOrientedBoundingBox.EndZVertices) | |
| [static Int32[] StartVertices](VRageMath.MyOrientedBoundingBox.StartVertices) | |
| [static Int32[] StartXVertices](VRageMath.MyOrientedBoundingBox.StartXVertices) | |
| [static Int32[] StartYVertices](VRageMath.MyOrientedBoundingBox.StartYVertices) | |
| [static Int32[] StartZVertices](VRageMath.MyOrientedBoundingBox.StartZVertices) | |
| [static Vector3[] XNeighbourVectorsBack](VRageMath.MyOrientedBoundingBox.XNeighbourVectorsBack) | |
| [static Vector3[] XNeighbourVectorsForw](VRageMath.MyOrientedBoundingBox.XNeighbourVectorsForw) | |
| [static Vector3[] YNeighbourVectorsBack](VRageMath.MyOrientedBoundingBox.YNeighbourVectorsBack) | |
| [static Vector3[] YNeighbourVectorsForw](VRageMath.MyOrientedBoundingBox.YNeighbourVectorsForw) | |
| [static Vector3[] ZNeighbourVectorsBack](VRageMath.MyOrientedBoundingBox.ZNeighbourVectorsBack) | |
| [static Vector3[] ZNeighbourVectorsForw](VRageMath.MyOrientedBoundingBox.ZNeighbourVectorsForw) | |
| Vector3 Center | |
| Vector3 HalfExtent | |
| Quaternion Orientation |
| Member | Description |
|---|---|
| MyOrientedBoundingBox(ref Matrix) | |
| MyOrientedBoundingBox(Vector3, Vector3, Quaternion) |
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!