Skip to content

Latest commit

 

History

History
executable file
·
55 lines (36 loc) · 638 Bytes

Cell.md

File metadata and controls

executable file
·
55 lines (36 loc) · 638 Bytes

Cell

Stores pointer to: • outerComponent linked list (looped when diagram is built) • site - pointer to the site

public class Cell

Initializers

init(site:)

public init(site: Site)

Properties

satellite

var satellite: Any?

outerComponent

var outerComponent: HalfEdge?

site

var site: Site

Methods

hullVerticesCCW()

Returns hell vertices of the cell

func hullVerticesCCW() -> [Vertex]

neighbours()

Returns all the neighbours of specific cell

func neighbours() -> [Cell]