Exemplo n.º 1
0
 // Token: 0x0600038A RID: 906 RVA: 0x0000C56E File Offset: 0x0000A76E
 public static bool Approximately(Quaternion first, Quaternion second)
 {
     return(Quaternion.Approximately(first, second, float.Epsilon));
 }