Maths-AngleAxis(float_Vector3).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.Maths

Maths.AngleAxis(float, System.Numerics.Vector3) Method

Returns a rotation which rotates angle degrees around axis

public static System.Numerics.Quaternion AngleAxis(float angle, System.Numerics.Vector3 axis);

Parameters

angle System.Single

axis System.Numerics.Vector3

Returns

System.Numerics.Quaternion

Contents

  1. 0.1UnrealEngine.Framework.Maths
  2. 1Maths.AngleAxis(float, System.Numerics.Vector3) Method