Function collinearPoints

  • Parameters

    • p0: number[]

      a point

    • p1: number[]

      a point

    • p2: number[]

      a point

    • Optional epsilon: number = EPSILON

      an optional epsilon

    Returns boolean

    true if the points lies collinear.

    Description

    Do three points lie collinear to each other?