Returns this AABB expanded to include a given point.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public AABB Expand(
Vector3 point
)
Parameters
- point
- Type: GodotVector3
The point to include.
Return Value
Type:
AABBThe expanded AABB.
See Also