Reading through geometric algorithms and code, I've encountered a term I'm not familiar with, and even the mighty google has not been that helpful:
What is a sliver triangle ?
From what i understand it's a triangle that is almost flat (ie its minimum height is small). But i didn't find a valid information source.
According to Computer graphics dictionary by Roger T. Stevens (Google books link):
"A sliver polygon is a polygon whose area is so thin that its interior does not contain a distinct span for each scan line. In other words, instead of each scan line having a beginning and and ending pixel, each of which defines one side of the polygon, each scan line has only one pixel that may be the beginning or ending pixel."