FloatVector_getitemcopy() private méthode

private FloatVector_getitemcopy ( HandleRef jarg1, int jarg2 ) : float
jarg1 HandleRef
jarg2 int
Résultat float
Exemple #1
0
    private float getitemcopy(int index)
    {
        float ret = AssimpPINVOKE.FloatVector_getitemcopy(swigCPtr, index);

        if (AssimpPINVOKE.SWIGPendingException.Pending)
        {
            throw AssimpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }