IncompleteError
io.github.scala_tessella.dcel.IncompleteError
case class IncompleteError(message: String) extends TilingError
A vertex, half-edge or face is missing required state (e.g. a vertex without a leaving edge, a half-edge without an incident face). Returned by the completeness stage of TilingValidation.validate; on failure, the later checks are not run.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait TilingErrorclass Objecttrait Matchableclass Any
Members list
In this article