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 methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets 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 methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also