SimplePolygon

io.github.scala_tessella.tessella.Geometry.SimplePolygon
class SimplePolygon(vertices: List[Point])

Represents a polygonal domain whose boundary is a single closed polyline.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

Filters the intersecting sides

Filters the intersecting sides

Attributes

def isSelfIntersecting: Boolean

Checks if the polygon is self intersecting

Checks if the polygon is self intersecting

Attributes

Concrete fields

val getVertices: List[Point]

Gets ordered sequence of vertices

Gets ordered sequence of vertices

Attributes