ZoomPanelQuinticAnimatorCalculateValue Method |
Gets a value that is calculated from startValue, endValue and progress using quintic function.
Namespace:
Ab2d.Animations
Assembly:
Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax public override double CalculateValue(
double startValue,
double endValue,
double progress
)
Parameters
- startValue
- Type: SystemDouble
start value - endValue
- Type: SystemDouble
end value - progress
- Type: SystemDouble
progress value from 0 to 1
Return Value
Type:
Doublecalculated value
See Also