Click or drag to resize
DigitalRuneAabb Methods

The Aabb type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAreNumericallyEqual(Aabb, Aabb)
Determines whether two AABBs are equal (regarding the tolerance EpsilonF).
Public methodStatic memberAreNumericallyEqual(Aabb, Aabb, Single)
Determines whether two AABBs are equal (regarding the given tolerance).
Public methodContains
Determines whether the current AABB contains a given AABB.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Aabb)
Determines whether the specified Aabb is equal to the current Aabb.
Public methodGetAabb(Pose)
Computes the world space AABB for a rotated and translated AABB.
Public methodGetAabb(Vector3F, Pose)
Computes the world space AABB for a scaled, rotated and translated AABB.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGrow(Aabb)
Grows the AABB so that it includes the given AABB.
Public methodGrow(IGeometricObject)
Grows the AABB so that it includes the AABB of the given geometric object.
Public methodGrow(Vector3F)
Grows the AABB so that it includes the given point.
Public methodStatic memberMerge
Merges the specified AABBs.
Public methodScale
Scales the AABB.
Public methodToString
Returns a String that represents the current Object.
(Overrides ValueTypeToString.)
Public methodTranslate
Translates the AABB.
Top
See Also