public virtual void drawLine(SWIGTYPE_p_btVector3 from, SWIGTYPE_p_btVector3 to, SWIGTYPE_p_btVector3 fromColor, SWIGTYPE_p_btVector3 toColor)
 {
     OpenGLSupportPINVOKE.GLDebugDrawer_drawLine__SWIG_0(swigCPtr, SWIGTYPE_p_btVector3.getCPtr(from), SWIGTYPE_p_btVector3.getCPtr(to), SWIGTYPE_p_btVector3.getCPtr(fromColor), SWIGTYPE_p_btVector3.getCPtr(toColor));
     if (OpenGLSupportPINVOKE.SWIGPendingException.Pending)
     {
         throw OpenGLSupportPINVOKE.SWIGPendingException.Retrieve();
     }
 }