Skip to content

isBetweenVectors

isBetweenVectors(t, a, b): boolean

Parameters

t: Point

vector to be tested

a: Point

initial vector

b: Point

final vector

Returns

boolean

true if the vector is among the others

Defined in

src/util/misc/vectors.ts:94