public virtual bool TestPoint(b2Vec2 p) { return(m_shape.TestPoint(m_body.Transform, p)); }
public virtual bool TestPoint(b2Vec2 p) { return(Shape.TestPoint(ref Body.Transform, p)); }