Box2DX.Collision.EdgeShape.TestPoint C# (CSharp) Method

TestPoint() public method

public TestPoint ( Box2DX.Common.Transform xf, System.Vector2 p ) : bool
xf Box2DX.Common.Transform
p System.Vector2
return bool
        public override bool TestPoint(Transform xf, Vector2 p)
        {
            return false;
        }