BEPUphysics.CollisionTests.Manifolds.SphereContactManifold.SphereContactManifold C# (CSharp) 메소드

SphereContactManifold() 공개 메소드

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