Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.0
    Preparing search index...

    Function interpolateRotation

    • Interpolate between two Euler rotations

      Performs spherical linear interpolation (slerp) for smooth rotation.

      Parameters

      • from: Euler

        Start rotation

      • to: Euler

        End rotation

      • t: number

        Interpolation factor (0-1)

      • easingFn: EasingFunction = easeLinear

        Easing function to apply

      Returns Euler

      Interpolated rotation

      회전보간