BEPUphysics.CollisionTests.CollisionAlgorithms.TrianglePairTester.GenerateContactCandidate C# (CSharp) Method

GenerateContactCandidate() public abstract method

Generates a contact between the triangle and convex.
public abstract GenerateContactCandidate ( TinyStructList &contactList ) : bool
contactList TinyStructList Contact between the shapes, if any.
return bool
        public abstract bool GenerateContactCandidate(out TinyStructList<ContactData> contactList);