API Docs for: 0.7.1
Show:

IslandNode Class

Holds a body and keeps track of some additional properties needed for graph traversal.

Constructor

IslandNode

(
  • body
)

Parameters:

Item Index

Methods

Methods

reset

()

Clean this node from bodies and equations.

Properties

body

Body

The body that is contained in this node.

equations

Array

Equations connected to this node.

neighbors

Array

Neighboring IslandNodes

visited

Boolean

If this node was visiting during the graph traversal.