Click or drag to resize

AABB Methods

The AABB type exposes the following members.

Methods
  NameDescription
Public methodCombine(AABB)
Combine an AABB into this one.
Public methodCombine(AABB, AABB)
Combine two AABBs into this one.
Public methodContains(AABB)
Does this aabb contain the provided AABB.
Public methodContains(Vector2)
Determines whether the AAABB contains the specified point.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsValid
Verify that the bounds are sorted. And the bounds are valid numbers (not NaN).
Public methodRayCast
Raycast against this AABB using the specificed points and maxfraction (found in input)
Public methodStatic memberTestOverlap
Test if the two AABBs overlap.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Extension Methods
See Also