FarseerPhysics.Collision.Shapes.ChainShape.testPoint C# (CSharp) 메소드

testPoint() 공개 메소드

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