Пример #1
0
 public VtValue(GfQuatd obj) : this(UsdCsPINVOKE.new_VtValue__SWIG_8(GfQuatd.getCPtr(obj)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public GfRotation(GfQuatd quat) : this(UsdCsPINVOKE.new_GfRotation__SWIG_3(GfQuatd.getCPtr(quat)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #3
0
 public GfMatrix3d(GfQuatd rot) : this(UsdCsPINVOKE.new_GfMatrix3d__SWIG_8(GfQuatd.getCPtr(rot)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #4
0
 public GfQuatf(GfQuatd other) : this(UsdCsPINVOKE.new_GfQuatf__SWIG_4(GfQuatd.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #5
0
 public void push_back(GfQuatd elem)
 {
     UsdCsPINVOKE.VtQuatdArray_push_back(swigCPtr, GfQuatd.getCPtr(elem));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #6
0
 protected void SetValue(int index, GfQuatd value)
 {
     UsdCsPINVOKE.VtQuatdArray_SetValue(swigCPtr, index, GfQuatd.getCPtr(value));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #7
0
 public void assign(uint n, GfQuatd fill)
 {
     UsdCsPINVOKE.VtQuatdArray_assign(swigCPtr, n, GfQuatd.getCPtr(fill));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #8
0
        public static bool Equals(GfQuatd lhs, GfQuatd rhs)
        {
            bool ret = UsdCsPINVOKE.GfQuatd_Equals(GfQuatd.getCPtr(lhs), GfQuatd.getCPtr(rhs));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #9
0
        public GfMatrix4d SetRotateOnly(GfQuatd rot)
        {
            GfMatrix4d ret = new GfMatrix4d(UsdCsPINVOKE.GfMatrix4d_SetRotateOnly__SWIG_0(swigCPtr, GfQuatd.getCPtr(rot)), false);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #10
0
        public GfRotation SetQuat(GfQuatd quat)
        {
            GfRotation ret = new GfRotation(UsdCsPINVOKE.GfRotation_SetQuat(swigCPtr, GfQuatd.getCPtr(quat)), false);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Пример #11
0
 public VtQuatdArray(uint n, GfQuatd value) : this(UsdCsPINVOKE.new_VtQuatdArray__SWIG_4(n, GfQuatd.getCPtr(value)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #12
0
 public GfMatrix3d SetRotate(GfQuatd rot) {
   GfMatrix3d ret = new GfMatrix3d(UsdCsPINVOKE.GfMatrix3d_SetRotate__SWIG_0(swigCPtr, GfQuatd.getCPtr(rot)), false);
   if (UsdCsPINVOKE.SWIGPendingException.Pending) throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Пример #13
0
 public VtQuatdArray(Vt_ArrayForeignDataSource foreignSrc, GfQuatd data, uint size) : this(UsdCsPINVOKE.new_VtQuatdArray__SWIG_2(Vt_ArrayForeignDataSource.getCPtr(foreignSrc), GfQuatd.getCPtr(data), size), true)
 {
 }