BulletCSharp.btIDebugDraw.SwigDirectordrawSpherePatch__SWIG_1 C# (CSharp) Method

SwigDirectordrawSpherePatch__SWIG_1() private method

private SwigDirectordrawSpherePatch__SWIG_1 ( IntPtr center, IntPtr up, IntPtr axis, float radius, float minTh, float maxTh, float minPs, float maxPs, IntPtr color ) : void
center System.IntPtr
up System.IntPtr
axis System.IntPtr
radius float
minTh float
maxTh float
minPs float
maxPs float
color System.IntPtr
return void
        private void SwigDirectordrawSpherePatch__SWIG_1(IntPtr center, IntPtr up, IntPtr axis, float radius, float minTh, float maxTh, float minPs, float maxPs, IntPtr color)
        {
            drawSpherePatch(new btVector3(center, false), new btVector3(up, false), new btVector3(axis, false), radius, minTh, maxTh, minPs, maxPs, new btVector3(color, false));
        }