InterpolationSegment
@fovea/annotation-tool / models/types / InterpolationSegment
Interface: InterpolationSegment
Defined in: src/models/types.ts:157
InterpolationSegment
Description
Defines interpolation behavior between two keyframes.
Properties
controlPoints?
optional
controlPoints:object
Defined in: src/models/types.ts:163
height?
optional
height:BezierControlPoint
[]
width?
optional
width:BezierControlPoint
[]
x?
optional
x:BezierControlPoint
[]
y?
optional
y:BezierControlPoint
[]
endFrame
endFrame:
number
Defined in: src/models/types.ts:159
parametric?
optional
parametric:object
Defined in: src/models/types.ts:171
height?
optional
height:ParametricFunction
width?
optional
width:ParametricFunction
x?
optional
x:ParametricFunction
y?
optional
y:ParametricFunction
startFrame
startFrame:
number
Defined in: src/models/types.ts:158
type
type:
InterpolationType
Defined in: src/models/types.ts:160