reverseIndicesSingleFacet Method

reverse indices facet-by-facet, with the given facetStartIndex array delimiting faces.

  • facetStartIndex[0] == 0 always -- start of facet zero.
  • facet k has indices from facetStartIndex[k] <= i < facetStartIndex[k+1]
  • hence for "internal" k, facetStartIndex[k] is both the upper limit of facet k-1 and the start of facet k.

reverseIndicesSingleFacet(facetId: number, facetStartIndex: number[]): void

Parameter Type Description
facetId number  
facetStartIndex number[]  

Defined in

Last Updated: 21 May, 2020