BulletCSharp.btIDebugDraw.SwigDirectordrawLine__SWIG_1 C# (CSharp) Method

SwigDirectordrawLine__SWIG_1() private method

private SwigDirectordrawLine__SWIG_1 ( IntPtr from, IntPtr to, IntPtr fromColor, IntPtr toColor ) : void
from System.IntPtr
to System.IntPtr
fromColor System.IntPtr
toColor System.IntPtr
return void
        private void SwigDirectordrawLine__SWIG_1(IntPtr from, IntPtr to, IntPtr fromColor, IntPtr toColor)
        {
            drawLine(new btVector3(from, false), new btVector3(to, false), new btVector3(fromColor, false), new btVector3(toColor, false));
        }