Returns true if the AABB contains a point, or false otherwise.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public bool HasPoint(
Vector3 point
)
Parameters
- point
- Type: GodotVector3
The point to check.
Return Value
Type:
BooleanA bool for whether or not the AABB contains `point`.
See Also