pub fn periodical_tween_short(period: f32, x1: f32, x2: f32, slider: f32) -> f32
Expand description

Periodical Tween Short

A function to tween between two periodical values Uses the shortest path.

The most common example would be tweening between 2 angles in degrees.