calcAngleBetweenVectors
calcAngleBetweenVectors(
a
,b
):TRadian
Defined in: src/util/misc/vectors.ts:39
Calculates the angle between 2 vectors
Parameters
a
b
Returns
the angle in radians from a
to b
calcAngleBetweenVectors(
a
,b
):TRadian
Defined in: src/util/misc/vectors.ts:39
Calculates the angle between 2 vectors
the angle in radians from a
to b