BEPUphysics.CollisionTests.Manifolds.SphereContactManifold.SphereContactManifold C# (CSharp) Method

SphereContactManifold() public method

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