Skip to main content

Bounds.Contains(Vector3 point)

Is point contained in the bounding box?

Parameters:

NameTypeDescription
pointVector3point

Returns:

typeDescription
booleanIs point contained in the bounding box?

Usage

---@type Bounds
local bounds;

---@type Vector3
local point;


local val0 = bounds.Contains(point)