Returns the intersection of this AABB and `b`.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public AABB Intersection(
AABB with
)
Parameters
- with
- Type: GodotAABB
The other AABB.
Return Value
Type:
AABBThe clipped AABB.
See Also