Back to Adaptive Vision Library Lite website
You are here: Start » Geometry 2D Interpolations » LerpAngles
LerpAngles
Linearly interpolates between two angles in the direction of minimum turn.
Syntax
void avl::LerpAngles ( atl::real inAngle1, atl::real inAngle2, atl::Optional<avl::RotationDirection::Type> inRotationDirection, avl::AngleRange::Type inAngleRange, atl::real inLambda, bool inInverse, atl::real& outAngle )


