Esempio n. 1
0
        /** uniquely identifies a contact point between two shapes */

        /**
         * Blank manifold point with everything zeroed out.
         */

        public ManifoldPoint()
        {
            localPoint    = new Vec2();
            normalImpulse = tangentImpulse = 0d;
            id            = new ContactID();
        }