Package org.openrndr.binpack
Types
Link copied to clipboard
class CenteredBinarySplitter( val enclosement: IntRectangle, val invert: Boolean = true, val constraints: (node: PackNode, rectangle: IntRectangle) -> Boolean = { _, _ -> true }, val xcon: (node: PackNode, rectangle: IntRectangle) -> Boolean = { _, _ -> true}, val ycon: (node: PackNode, rectangle: IntRectangle) -> Boolean = { _, _ -> true}) : Splitter
Content copied to clipboard
Link copied to clipboard
class CenterOrderer(val enclosement: IntRectangle, val reverse: Boolean = false) : Orderer
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class RandomBinarySplitter( val enclosement: IntRectangle, val invert: Boolean = true, val constraints: (node: PackNode, rectangle: IntRectangle) -> Boolean = { _, _ -> true }) : Splitter
Content copied to clipboard
Link copied to clipboard