Interface: ApplyPointwiseFunctionOptions
Defined in: animation/transform/ApplyPointwiseFunction.ts:15
Extends
Properties
duration?
optionalduration:number
Defined in: animation/Animation.ts:14
Duration of the animation in seconds (default: 1)
Inherited from
func()?
optionalfunc: (point) =>number[]
Defined in: animation/transform/ApplyPointwiseFunction.ts:17
Function to apply to each point [x, y, z] => [x', y', z']
Parameters
point
number[]
Returns
number[]
rateFunc?
optionalrateFunc:RateFunction
Defined in: animation/Animation.ts:16
Rate function controlling the animation's pacing (default: smooth)
Inherited from
shift?
optionalshift: [number,number,number]
Defined in: animation/Animation.ts:18
Shift direction for fade animations