rtron
1.3.0
rtron-math
/
io.rtron.math.processing.triangulation
/
TriangulatorException
Triangulator
Exception
sealed
class
TriangulatorException
Types
Properties
Extensions
Inheritors
Types
Colinear
Vertices
Link copied to clipboard
data
class
ColinearVertices
(
val
suffix
:
String
=
""
)
:
TriangulatorException
Different
Vertices
Link copied to clipboard
data
class
DifferentVertices
(
val
suffix
:
String
=
""
)
:
TriangulatorException
Poly2Tri
Exception
Link copied to clipboard
data
class
Poly2TriException
(
val
reason
:
String
)
:
TriangulatorException
Properties
message
Link copied to clipboard
val
message
:
String
Inheritors
Poly2TriException
Link copied to clipboard
DifferentVertices
Link copied to clipboard
ColinearVertices
Link copied to clipboard
Extensions
to
Illegal
State
Exception
Link copied to clipboard
fun
TriangulatorException
.
toIllegalStateException
(
)
:
IllegalStateException