@rbxts/a-plant-generator - v0.2.0
GitHub
npm
Preparing search index...
index
sampleIFS
Function sampleIFS
sampleIFS
(
transforms
:
readonly
WeightedAffineTransform
[]
,
options
:
{
burnIn
?:
number
;
count
:
number
;
initialPoint
?:
Vec3
;
random
?:
RandomSource
;
seed
?:
number
;
}
,
)
:
readonly
IFSPoint
[]
Deterministically samples a weighted, optionally state-controlled IFS.
Parameters
transforms
:
readonly
WeightedAffineTransform
[]
options
:
{
burnIn
?:
number
;
count
:
number
;
initialPoint
?:
Vec3
;
random
?:
RandomSource
;
seed
?:
number
;
}
Returns
readonly
IFSPoint
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
@rbxts/a-plant-generator - v0.2.0
Loading...
Deterministically samples a weighted, optionally state-controlled IFS.