Package | Description |
---|---|
simulation.geometry.elements | |
simulation.geometry.substrates |
Modifier and Type | Method and Description |
---|---|
boolean |
SquashyCylinder.abutts(SquashyCylinder that)
checks if this cylinder abuts another
|
void |
SquashyCylinder.addIntersectionWith(SquashyCylinder cylinder)
adds a new intersection with the given cylinder
|
void |
SquashyCylinder.addToMyClones(SquashyCylinder clone)
add a clone to the list.
|
boolean |
SquashyCylinder.hasIntersectionWith(SquashyCylinder otherCylinder)
checks if the current cylinder already has an intersection with
the given cylinder
|
Modifier and Type | Field and Description |
---|---|
SquashyCylinder[] |
SquashyInflammationSubstrate.cylinder
array of cylinders
|