BulletCSharp.btIDebugDraw.SwigDirectordrawPlane C# (CSharp) Method

SwigDirectordrawPlane() private method

private SwigDirectordrawPlane ( IntPtr planeNormal, float planeConst, IntPtr transform, IntPtr color ) : void
planeNormal System.IntPtr
planeConst float
transform System.IntPtr
color System.IntPtr
return void
        private void SwigDirectordrawPlane(IntPtr planeNormal, float planeConst, IntPtr transform, IntPtr color)
        {
            drawPlane(new btVector3(planeNormal, false), planeConst, new btTransform(transform, false), new btVector3(color, false));
        }