ecspresso
Preparing search index...
index
vec2DistanceSq
Function vec2DistanceSq
vec2DistanceSq
(
a
:
Vector2D
,
b
:
Vector2D
)
:
number
Compute the squared distance between two points. Avoids sqrt when only comparing.
Parameters
a
:
Vector2D
b
:
Vector2D
Returns
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ecspresso
Loading...
Compute the squared distance between two points. Avoids sqrt when only comparing.