Maths-DeltaAngle(double_double).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.Maths

Maths.DeltaAngle(double, double) Method

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

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

Parameters

current System.Double

target System.Double

Returns

System.Double

Contents

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