SqrDistance
7/14/25Less than 1 minute
Bounds.SqrDistance(Bounds point)
The smallest squared distance between the point and this bounding box.
Parameters:
Name | Type | Description |
---|---|---|
point | Bounds | point |
Usage
---@type Bounds
local bounds;
---@type Bounds
local point;
bounds.SqrDistance(point)