Skip to content

format

typescript
Curve.Evaluate(time)

class: Curve

description

Get the value at a specified time point on the curve.

parameter

param_nametypedescription
timenumberThe time.

reture

typedescription
numberThe corresponding value on the curve.

code example