Exemple #1
0
 public boolean rayTest(Vector3 rayFrom, Vector3 rayTo, SWIGTYPE_p_btSoftBody__sRayCast results) {
   return SoftbodyJNI.btSoftBody_rayTest__SWIG_0(
       swigCPtr, this, rayFrom, rayTo, SWIGTYPE_p_btSoftBody__sRayCast.getCPtr(results));
 }