Box2D.Collision.Shapes.EdgeShape.TestPoint C# (CSharp) Méthode

TestPoint() public méthode

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