.. AUTO-GENERATED FILE -- DO NOT EDIT! :mod:`animation` ================ .. automodule:: fury.animation .. currentmodule:: fury.animation .. autosummary:: .. AUTO-GENERATED FILE -- DO NOT EDIT! Module: :mod:`animation.animation` ---------------------------------- .. automodule:: fury.animation.animation .. currentmodule:: fury.animation.animation .. autosummary:: Animation CameraAnimation .. AUTO-GENERATED FILE -- DO NOT EDIT! Module: :mod:`animation.helpers` -------------------------------- .. automodule:: fury.animation.helpers .. currentmodule:: fury.animation.helpers .. autosummary:: get_previous_timestamp get_next_timestamp get_timestamps_from_keyframes get_values_from_keyframes get_time_tau lerp euclidean_distances .. AUTO-GENERATED FILE -- DO NOT EDIT! Module: :mod:`animation.interpolator` ------------------------------------- .. automodule:: fury.animation.interpolator .. currentmodule:: fury.animation.interpolator .. autosummary:: spline_interpolator cubic_spline_interpolator step_interpolator linear_interpolator cubic_bezier_interpolator slerp color_interpolator hsv_color_interpolator lab_color_interpolator xyz_color_interpolator tan_cubic_spline_interpolator .. AUTO-GENERATED FILE -- DO NOT EDIT! Module: :mod:`animation.timeline` --------------------------------- .. automodule:: fury.animation.timeline .. currentmodule:: fury.animation.timeline .. autosummary:: Timeline .. currentmodule:: fury.animation .. currentmodule:: fury.animation.animation :class:`Animation` ~~~~~~~~~~~~~~~~~~ .. autoclass:: Animation :members: :undoc-members: :show-inheritance: .. automethod:: __init__ :class:`CameraAnimation` ~~~~~~~~~~~~~~~~~~~~~~~~ .. autoclass:: CameraAnimation :members: :undoc-members: :show-inheritance: .. automethod:: __init__ .. currentmodule:: fury.animation.helpers get_previous_timestamp ~~~~~~~~~~~~~~~~~~~~~~ .. autofunction:: get_previous_timestamp get_next_timestamp ~~~~~~~~~~~~~~~~~~ .. autofunction:: get_next_timestamp get_timestamps_from_keyframes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. autofunction:: get_timestamps_from_keyframes get_values_from_keyframes ~~~~~~~~~~~~~~~~~~~~~~~~~ .. autofunction:: get_values_from_keyframes get_time_tau ~~~~~~~~~~~~ .. autofunction:: get_time_tau lerp ~~~~ .. autofunction:: lerp euclidean_distances ~~~~~~~~~~~~~~~~~~~ .. autofunction:: euclidean_distances .. currentmodule:: fury.animation.interpolator spline_interpolator ~~~~~~~~~~~~~~~~~~~ .. autofunction:: spline_interpolator cubic_spline_interpolator ~~~~~~~~~~~~~~~~~~~~~~~~~ .. autofunction:: cubic_spline_interpolator step_interpolator ~~~~~~~~~~~~~~~~~ .. autofunction:: step_interpolator linear_interpolator ~~~~~~~~~~~~~~~~~~~ .. autofunction:: linear_interpolator cubic_bezier_interpolator ~~~~~~~~~~~~~~~~~~~~~~~~~ .. autofunction:: cubic_bezier_interpolator slerp ~~~~~ .. autofunction:: slerp color_interpolator ~~~~~~~~~~~~~~~~~~ .. autofunction:: color_interpolator hsv_color_interpolator ~~~~~~~~~~~~~~~~~~~~~~ .. autofunction:: hsv_color_interpolator lab_color_interpolator ~~~~~~~~~~~~~~~~~~~~~~ .. autofunction:: lab_color_interpolator xyz_color_interpolator ~~~~~~~~~~~~~~~~~~~~~~ .. autofunction:: xyz_color_interpolator tan_cubic_spline_interpolator ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. autofunction:: tan_cubic_spline_interpolator .. currentmodule:: fury.animation.timeline :class:`Timeline` ~~~~~~~~~~~~~~~~~ .. autoclass:: Timeline :members: :undoc-members: :show-inheritance: .. automethod:: __init__