Box2D.Collision.Shapes.EdgeShape.TestPoint C# (CSharp) Method

TestPoint() public method

public TestPoint ( Transform xf, Vec2 p ) : bool
xf Box2D.Common.Transform
p Box2D.Common.Vec2
return bool
        public override bool TestPoint(Transform xf, Vec2 p)
        {
            return false;
        }