Пример #1
0
 public GfMatrix2d(GfMatrix2f m) : this(UsdCsPINVOKE.new_GfMatrix2d__SWIG_7(GfMatrix2f.getCPtr(m)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
        public static bool Equals(GfMatrix2f lhs, GfMatrix2f rhs)
        {
            bool ret = UsdCsPINVOKE.GfMatrix2f_Equals(GfMatrix2f.getCPtr(lhs), GfMatrix2f.getCPtr(rhs));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }