Maths-ClampMagnitude(Vector2_float).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.Maths

Maths.ClampMagnitude(System.Numerics.Vector2, float) Method

Returns a copy of vector with clamped magnitude

public static System.Numerics.Vector2 ClampMagnitude(System.Numerics.Vector2 value, float maxLength);

Parameters

value System.Numerics.Vector2

maxLength System.Single

Returns

System.Numerics.Vector2

Contents

  1. 0.1UnrealEngine.Framework.Maths
  2. 1Maths.ClampMagnitude(System.Numerics.Vector2, float) Method