Function filterCollinearFacesData

  • Parameters

    Returns void

    Description

    This is a helper method to accompany the intersection methods. Having already computed vertices/edges/faces intersections (via. intersectLineAndPoints), pass the result in here, and this method will filter out any collinear edges from the faces, edges are not stored but vertices are, so it will filter out pairs of vertices which form a collinear edge.