Esempio n. 1
0
 public void SetRange(int index, CTransformVector values)
 {
     SharpMochaPINVOKE.CTransformVector_SetRange(swigCPtr, index, CTransformVector.getCPtr(values));
     if (SharpMochaPINVOKE.SWIGPendingException.Pending)
     {
         throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public CTransformVector(CTransformVector other) : this(SharpMochaPINVOKE.new_CTransformVector__SWIG_1(CTransformVector.getCPtr(other)), true)
 {
     if (SharpMochaPINVOKE.SWIGPendingException.Pending)
     {
         throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
     }
 }