Click or drag to resize
DigitalRuneAabbAreNumericallyEqual Method
Determines whether two Aabb are equal (regarding a given tolerance).
Overload List
  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).
Top
See Also