Skip to content
  • Max Zeyen's avatar
    Fixing Bugs Causing Errors Wrong Results in vtkCellValidator · 29c16232
    Max Zeyen authored
    Fixing errors within vtkCellValidator that caused a wrong state mask
    evaluation, returning wrong error messages in case of errors.
    Changing the IsConvex method of vtkPolyhedron to use local instead
    of global face ids to access points. Global face ids resulted in accessing
    the wrong points causing erroneous face centroids and normals.
    29c16232