Project290.Physics.Collision.Shapes.Shape.TestPoint C# (CSharp) Method

TestPoint() public abstract method

Test a point for containment in this shape. This only works for convex shapes.
public abstract TestPoint ( Transform &transform, Vector2 &point ) : bool
transform Transform The shape world transform.
point Microsoft.Xna.Framework.Vector2 a point in world coordinates.
return bool
        public abstract bool TestPoint(ref Transform transform, ref Vector2 point);