BEPUphysics.CollisionTests.Manifolds.SphereContactManifold.SphereContactManifold C# (CSharp) Méthode

SphereContactManifold() public méthode

Constructs a new manifold.
public SphereContactManifold ( ) : System
Résultat System
        public SphereContactManifold()
        {
            contacts = new RawList<Contact>(1);
        }