toggle menu
rtron
1.3.0
jvm
switch theme
search in API
rtron-math
/
io.rtron.math.processing.triangulation
/
TriangulatorException
Triangulator
Exception
sealed
class
TriangulatorException
Inheritors
Poly2TriException
DifferentVertices
ColinearVertices
FirstVertexDuplicated
Members
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
First
Vertex
Duplicated
Link copied to clipboard
data
class
FirstVertexDuplicated
(
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