isBetweenVectors(t, a, b): boolean
t
a
b
boolean
• t: Point
Point
vector to be tested
• a: Point
initial vector
• b: Point
final vector
true if the vector is among the others
src/util/misc/vectors.ts:94