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

BoxSphereContactManifold() public method

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