public static float btAtan2(float x, float y) { float ret = BulletPINVOKE.btAtan2(x, y); return(ret); }