FloatVector_Insert() private method

private FloatVector_Insert ( HandleRef jarg1, int jarg2, float jarg3 ) : void
jarg1 HandleRef
jarg2 int
jarg3 float
return void
Exemplo n.º 1
0
 public void Insert(int index, float x)
 {
     AssimpPINVOKE.FloatVector_Insert(swigCPtr, index, x);
     if (AssimpPINVOKE.SWIGPendingException.Pending)
     {
         throw AssimpPINVOKE.SWIGPendingException.Retrieve();
     }
 }