BulletCSharp.btIDebugDraw.SwigDirectordrawArc__SWIG_0 C# (CSharp) Method

SwigDirectordrawArc__SWIG_0() private method

private SwigDirectordrawArc__SWIG_0 ( IntPtr center, IntPtr normal, IntPtr axis, float radiusA, float radiusB, float minAngle, float maxAngle, IntPtr color, bool drawSect, float stepDegrees ) : void
center System.IntPtr
normal System.IntPtr
axis System.IntPtr
radiusA float
radiusB float
minAngle float
maxAngle float
color System.IntPtr
drawSect bool
stepDegrees float
return void
        private void SwigDirectordrawArc__SWIG_0(IntPtr center, IntPtr normal, IntPtr axis, float radiusA, float radiusB, float minAngle, float maxAngle, IntPtr color, bool drawSect, float stepDegrees)
        {
            drawArc(new btVector3(center, false), new btVector3(normal, false), new btVector3(axis, false), radiusA, radiusB, minAngle, maxAngle, new btVector3(color, false), drawSect, stepDegrees);
        }