Lua
C++
Edit

MixAngle

This function performs a linear interpolation between two angles and returns the result.

Syntax

Parameter Description
angle0 first value
angle1 second value
d interpolation amount

Returns

Returns the result of the linear interpolation.

Remarks

This function only handles rotation on a single axis. For interpolation between full 3D rotations, use the Quat::Slerp method.

Copyright © 2024 Ultra Software.
All rights reserved.