示例#1
0
 bool Contains(CSG csg)
 {
     return(csg.Distance(m_center) < m_radius * Util.CornerConstant);
 }