BEPUphysics.CollisionTests.CollisionAlgorithms.TrianglePairTester.GenerateContactCandidate C# (CSharp) Метод

GenerateContactCandidate() публичный абстрактный Метод

Generates a contact between the triangle and convex.
public abstract GenerateContactCandidate ( TinyStructList &contactList ) : bool
contactList TinyStructList Contact between the shapes, if any.
Результат bool
        public abstract bool GenerateContactCandidate(out TinyStructList<ContactData> contactList);