Click or drag to resize

AABBIntersection Method

Returns the intersection of this AABB and `b`.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public AABB Intersection(
	AABB with
)

Parameters

with
Type: GodotAABB
The other AABB.

Return Value

Type: AABB
The clipped AABB.
See Also