Example #1
0
 public void SetRange(int index, StdFloatVector values)
 {
     UsdCsPINVOKE.StdFloatVector_SetRange(swigCPtr, index, StdFloatVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public GfMatrix4f(StdFloatVector r0, StdFloatVector r1, StdFloatVector r2, StdFloatVector r3) : this(UsdCsPINVOKE.new_GfMatrix4f__SWIG_7(StdFloatVector.getCPtr(r0), StdFloatVector.getCPtr(r1), StdFloatVector.getCPtr(r2), StdFloatVector.getCPtr(r3)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
 public StdFloatVector(StdFloatVector other) : this(UsdCsPINVOKE.new_StdFloatVector__SWIG_1(StdFloatVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }