@rbxts/a-plant-generator - v0.2.0
GitHub
npm
Preparing search index...
index
createPiecewiseGrowth
Function createPiecewiseGrowth
createPiecewiseGrowth
(
id
:
string
,
pieces
:
readonly
{
finish
:
number
;
function
:
GrowthFunction
;
start
:
number
;
}
[]
,
)
:
GrowthFunction
Creates a piecewise curve from adjacent functions and normalized boundaries.
Parameters
id
:
string
pieces
:
readonly
{
finish
:
number
;
function
:
GrowthFunction
;
start
:
number
}
[]
Returns
GrowthFunction
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
@rbxts/a-plant-generator - v0.2.0
Loading...
Creates a piecewise curve from adjacent functions and normalized boundaries.