Click or drag to resize

AABBExpand Method

Returns this AABB expanded to include a given point.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public AABB Expand(
	Vector3 point
)

Parameters

point
Type: GodotVector3
The point to include.

Return Value

Type: AABB
The expanded AABB.
See Also