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.BoundingBox2
Morten Aune Lyrstad edited this page Apr 16, 2022
·
53 revisions
← Index ← Namespace Index
public struct BoundingBox2: IEquatable<BoundingBox2>Defines an axis-aligned box-shaped 3D volume.
Namespace: VRageMath
Assembly: VRage.Math.dll
Implements:
| Member | Description |
|---|---|
| Vector2 Max | The maximum point the BoundingBox2 contains. |
| Vector2 Min | The minimum point the BoundingBox2 contains. |
| Member | Description |
|---|---|
| Vector2 Center { get; } | Calculates center |
| Vector2 Extents { get; } | |
| Vector2 HalfExtents { get; } | |
| float Height { get; } | |
| Vector2 Size { get; } | Size |
| float Width { get; } |
| Member | Description |
|---|---|
| BoundingBox2(Vector2, Vector2) |
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!