/* * Class: org_upp_AndroidMath_Vector * Method: copyConstruct * Signature: (Lorg/upp/AndroidMath/Vector;)V */ JNIEXPORT void JNICALL Java_org_upp_AndroidMath_Vector_copyConstruct (JNIEnv *env, jobject jobjThis, jobject jobjThat) { mm.MakeCopy(env, jobjThis, jobjThat); }
/* * Class: org_upp_AndroidMath_Vector * Method: copyConstruct * Signature: (Lorg/upp/AndroidMath/Vector;)V */ JNIEXPORT void JNICALL Java_org_upp_AndroidMath_Vector_copyConstruct (JNIEnv *env, jobject objSrc, jobject objDst) { mm.MakeCopy(env, objSrc, objDst); }