Returns true if this AABB and `other` are approximately equal, by running
IsEqualApprox(Vector3) on each component.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public bool IsEqualApprox(
AABB other
)
Parameters
- other
- Type: GodotAABB
The other AABB to compare.
Return Value
Type:
BooleanWhether or not the AABBs are approximately equal.
See Also