PhysicsTests CreateEdgeMultiPoints Method Delta Engine Documentation

Namespace: DeltaEngine.Physics2D.Farseer.Tests
Assembly: DeltaEngine.Physics2D.Farseer.Tests (in DeltaEngine.Physics2D.Farseer.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void CreateEdgeMultiPoints()
Examples

[Test]
public void CreateEdgeMultiPoints()
{
    VerifyBodyIsCreated(physics.CreateEdge(Vector2Ds));
}
See Also