Universe.Physics.BulletSPlugin.BSAPIUnman.BSAPICPP.IsConcave2 C# (CSharp) Method

IsConcave2() private method

private IsConcave2 ( IntPtr shape ) : bool
shape System.IntPtr
return bool
            public static extern bool IsConcave2(IntPtr shape);
BSAPIUnman.BSAPICPP