FloatVector_Insert() private méthode

private FloatVector_Insert ( HandleRef jarg1, int jarg2, float jarg3 ) : void
jarg1 HandleRef
jarg2 int
jarg3 float
Résultat void
Exemple #1
0
 public void Insert(int index, float x)
 {
     AssimpPINVOKE.FloatVector_Insert(swigCPtr, index, x);
     if (AssimpPINVOKE.SWIGPendingException.Pending)
     {
         throw AssimpPINVOKE.SWIGPendingException.Retrieve();
     }
 }