Function godot::prelude::utilities::cubic_interpolate_angle

pub fn cubic_interpolate_angle(
    from: f64,
    to: f64,
    pre: f64,
    post: f64,
    weight: f64
) -> f64