BEPUphysics.CollisionTests.Manifolds.SphereContactManifold.SphereContactManifold C# (CSharp) Метод

SphereContactManifold() публичный Метод

Constructs a new manifold.
public SphereContactManifold ( ) : System
Результат System
        public SphereContactManifold()
        {
            contacts = new RawList<Contact>(1);
        }