openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
common
Platform filter
common
Switch theme
Search in API
openrndr
openrndr-binpack
/
org.openrndr.binpack
/
GreedySplitter
Greedy
Splitter
class
GreedySplitter
:
Splitter
(
source
)
Members
Constructors
Greedy
Splitter
Link copied to clipboard
constructor
(
)
Properties
horizontal
Bias
Link copied to clipboard
var
horizontalBias
:
Double
horizontal
Divisions
Link copied to clipboard
var
horizontalDivisions
:
Int
vertical
Bias
Link copied to clipboard
var
verticalBias
:
Double
vertical
Divisions
Link copied to clipboard
var
verticalDivisions
:
Int
Functions
split
Link copied to clipboard
open
override
fun
split
(
node
:
PackNode
,
rectangle
:
IntRectangle
)
:
List
<
PackNode
>