コード例 #1
0
ファイル: MathExtensions.cs プロジェクト: JanSnoh/HaseUndIgel
 public static bool AreSame(this float a, float b)
 {
     return(a.AreSame(b, 0.0025f));
 }