Polygon

indigo.shared.geometry.Polygon
See thePolygon companion trait
object Polygon

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Polygon.type

Members list

Type members

Classlikes

final case class Closed(vertices: Batch[Vertex]) extends Polygon

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Polygon
class Object
trait Matchable
class Any
Show all
object Closed

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Closed.type
final case class Open(vertices: Batch[Vertex]) extends Polygon

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Polygon
class Object
trait Matchable
class Any
Show all
object Open

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Open.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromBoundingBox(boundingBox: BoundingBox): Closed
def fromRectangle(rectangle: Rectangle): Closed

Givens

Givens

given derived$CanEqual: CanEqual[Polygon, Polygon]