getOrthonormalVector(v, counterClockwise?): Point
v
counterClockwise
Point
• v: Point
• counterClockwise?: boolean = true
boolean
true
the direction of the orthogonal vector, defaults to true
the unit orthogonal vector
src/util/misc/vectors.ts:62