Пример #1
0
 //! Compairison of transformation objects
 bool CompareTransformsEqual(ref IndexedMatrix t1, ref IndexedMatrix t2)
 {
     return t1.Equals(t2);
 }