Maths-DeltaAngle(float_float).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.Maths

Maths.DeltaAngle(float, float) Method

Calculates the shortest difference between the two given angles given in degrees

public static float DeltaAngle(float current, float target);

Parameters

current System.Single

target System.Single

Returns

System.Single

Contents

  1. 0.1UnrealEngine.Framework.Maths
  2. 1Maths.DeltaAngle(float, float) Method