• Parameters

    • faces_matrix2: number[][]

      for every face, a 2x3 transform matrix

    Returns boolean[]

    true if a face is counter-clockwise.

    Description

    For every face, return a boolean indicating if the face has been flipped over or not (false=flipped), by using a faces_matrix containing 2D matrices.