BEPUphysics.NarrowPhaseSystems.Pairs.GroupPairHandler.GroupPairHandler C# (CSharp) Method

GroupPairHandler() protected method

Constructs a new compound-convex pair handler.
protected GroupPairHandler ( ) : System
return System
        protected GroupPairHandler()
        {
            manifoldConstraintGroup = new ContactManifoldConstraintGroup();
        }