FarseerPhysics.Collision.Shapes.ChainShape.testPoint C# (CSharp) Method

testPoint() public method

public testPoint ( Transform &transform, Vector2 &point ) : bool
transform Transform
point Microsoft.Xna.Framework.Vector2
return bool
		public override bool testPoint( ref Transform transform, ref Vector2 point )
		{
			return false;
		}