Struct b3AABB
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
An axis-aligned bounding box. Mirror of b3AABB.
public struct b3AABB : IEquatable<b3AABB>Implements
Inherited Members
Fields
- lowerBound
-
The corner with the smallest coordinates.
- upperBound
-
The corner with the largest coordinates.
Methods
- Equals(b3AABB)
-
Indicates whether the current object is equal to another object of the same type.
- Equals(object?)
-
Indicates whether this instance and a specified object are equal.
- GetHashCode()
-
Returns the hash code for this instance.
Operators
- operator ==(b3AABB, b3AABB)
-
Determines whether two boxes are equal.
- operator !=(b3AABB, b3AABB)
-
Determines whether two boxes are unequal.