示例#1
0
 public virtual bool TestPoint(b2Vec2 p)
 {
     return(m_shape.TestPoint(m_body.Transform, p));
 }
示例#2
0
 public virtual bool TestPoint(b2Vec2 p)
 {
     return(Shape.TestPoint(ref Body.Transform, p));
 }