Function: distanceSquared()
function distanceSquared(a: Vec3Tuple, b: Vec3Tuple): number;
Defined in: xrblocks-uiextensions/src/follow-math.ts:59
Squared distance between two points (cheap tolerance checks).
Parameters
| Parameter | Type |
|---|---|
a | Vec3Tuple |
b | Vec3Tuple |
Returns
number