Exemplo n.º 1
0
        public b2Manifold Copy()
        {
            b2Manifold copy = new b2Manifold();

            copy.Set(this);
            return(copy);
        }