Box2DX.Collision.Shape.TestPoint C# (CSharp) Метод

TestPoint() публичный абстрактный Метод

Test a point for containment in this shape. This only works for convex shapes.
public abstract TestPoint ( Box2DX.Common.Transform xf, Vector2 p ) : bool
xf Box2DX.Common.Transform The shape world Transform.
p Vector2 A point in world coordinates.
Результат bool
        public abstract bool TestPoint(Transform xf, Vector2 p);