Skip to content

getOrthonormalVector

getOrthonormalVector(v, counterClockwise?): Point

Parameters

v: Point

counterClockwise?: boolean = true

the direction of the orthogonal vector, defaults to true

Returns

Point

the unit orthogonal vector

Defined in

src/util/misc/vectors.ts:62