ACE.InDist
SPart of ACE namespace
function ACE.InDist( Pos1, Pos2, Distance )👁️ 0 viewsUpdated 1 month ago
Description
A cheap way to check if the distance between 2 points is within a target distance.
Parameters
| Name | Type | Description |
|---|---|---|
Pos1 | any | |
Pos2 | any | |
Distance | any |
Returns
No return values documented.
Examples
No examples available.
Used In
No usages found in the codebase.