Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
VoronoiOptions
Interface VoronoiOptions
interface
VoronoiOptions
{
seed
?:
string
|
number
;
width
:
number
;
height
:
number
;
count
:
number
;
distance
?:
DistanceFn
;
sites
?:
readonly
{
x
:
number
;
y
:
number
}
[]
;
}
Index
Properties
seed?
width
height
count
distance?
sites?
Properties
Optional
seed
seed
?:
string
|
number
width
width
:
number
height
height
:
number
count
count
:
number
Optional
distance
distance
?:
DistanceFn
Optional
sites
sites
?:
readonly
{
x
:
number
;
y
:
number
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
seed
width
height
count
distance
sites
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...