コード例 #1
0
 public static bool IsColinearAlmost(Int3 a, Int3 b, Int3 c)
 {
     return(VectorMath.IsColinearAlmostXZ(a, b, c));
 }