Exemple #1
0
        public static bool TestNarrowPolyPoly(IPolyBody targetP, IPolyBody impactP, out Contact contact)
        {
            contact.TargetBody = targetP;
            contact.ImpactBody = impactP;

            contact.Disp     = 0;
            contact.Normal   = Vector2.Zero;
            contact.ConPoint = Vector2.Zero;

            throw new NotImplementedException();
        }
        public static bool TestNarrowPolyPoly(IPolyBody targetP, IPolyBody impactP, out Contact contact)
        {
            contact.TargetBody = targetP;
            contact.ImpactBody = impactP;

            contact.Disp = 0;
            contact.Normal = Vector2.Zero;
            contact.ConPoint = Vector2.Zero;

            throw new NotImplementedException();
        }