PolygonCompound

ostrat.geom.PolygonCompound$
See thePolygonCompound companion trait

Companion object for the PolygonCompound trait contains factory apply method and implicit instances for the 2D geometric transformation type classes.

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class PolygonCompoundImp(shape: Polygon, facets: RArr[GraphicFacet], children: RArr[GraphicElem]) extends PolygonCompound with AxisFree

A compound polygon based Graphic. May contain multiple facets and child graphic members.

A compound polygon based Graphic. May contain multiple facets and child graphic members.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AxisFree
trait GeomElem
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(shape: Polygon, facets: RArr[GraphicFacet], children: RArr[GraphicElem]): PolygonCompound