100 lines
4.1 KiB
C#
100 lines
4.1 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
using UnityEngine;
|
|
|
|
namespace RootMotion
|
|
{
|
|
// Token: 0x020003A8 RID: 936
|
|
[Token(Token = "0x20003A8")]
|
|
public static class QuaTools
|
|
{
|
|
// Token: 0x060022F9 RID: 8953 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x60022F9")]
|
|
[Address(RVA = "0xCB1990", Offset = "0xCB0190", VA = "0x180CB1990")]
|
|
public static Quaternion Lerp(Quaternion fromRotation, Quaternion toRotation, float weight)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x060022FA RID: 8954 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x60022FA")]
|
|
[Address(RVA = "0xCB1C50", Offset = "0xCB0450", VA = "0x180CB1C50")]
|
|
public static Quaternion Slerp(Quaternion fromRotation, Quaternion toRotation, float weight)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x060022FB RID: 8955 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x60022FB")]
|
|
[Address(RVA = "0xCB1A00", Offset = "0xCB0200", VA = "0x180CB1A00")]
|
|
public static Quaternion LinearBlend(Quaternion q, float weight)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x060022FC RID: 8956 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x60022FC")]
|
|
[Address(RVA = "0xCB1CC0", Offset = "0xCB04C0", VA = "0x180CB1CC0")]
|
|
public static Quaternion SphericalBlend(Quaternion q, float weight)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x060022FD RID: 8957 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x60022FD")]
|
|
[Address(RVA = "0xCB1550", Offset = "0xCAFD50", VA = "0x180CB1550")]
|
|
public static Quaternion FromToAroundAxis(Vector3 fromDirection, Vector3 toDirection, Vector3 axis)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x060022FE RID: 8958 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x60022FE")]
|
|
[Address(RVA = "0xCB1BD0", Offset = "0xCB03D0", VA = "0x180CB1BD0")]
|
|
public static Quaternion RotationToLocalSpace(Quaternion space, Quaternion rotation)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x060022FF RID: 8959 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x60022FF")]
|
|
[Address(RVA = "0xCB1690", Offset = "0xCAFE90", VA = "0x180CB1690")]
|
|
public static Quaternion FromToRotation(Quaternion from, Quaternion to)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06002300 RID: 8960 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x6002300")]
|
|
[Address(RVA = "0xCB1740", Offset = "0xCAFF40", VA = "0x180CB1740")]
|
|
public static Vector3 GetAxis(Vector3 v)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06002301 RID: 8961 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x6002301")]
|
|
[Address(RVA = "0xCB1360", Offset = "0xCAFB60", VA = "0x180CB1360")]
|
|
public static Quaternion ClampRotation(Quaternion rotation, float clampWeight, int clampSmoothing)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06002302 RID: 8962 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x6002302")]
|
|
[Address(RVA = "0xCB1230", Offset = "0xCAFA30", VA = "0x180CB1230")]
|
|
public static float ClampAngle(float angle, float clampWeight, int clampSmoothing)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06002303 RID: 8963 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x6002303")]
|
|
[Address(RVA = "0xCB1AA0", Offset = "0xCB02A0", VA = "0x180CB1AA0")]
|
|
public static Quaternion MatchRotation(Quaternion targetRotation, Vector3 targetforwardAxis, Vector3 targetUpAxis, Vector3 forwardAxis, Vector3 upAxis)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
}
|
|
}
|