Пример #1
0
bool CapsuleIntTool::shareSameVertex(const Capsule & c1,const Capsule & c2){
    return c1.shareSameVertex(c2);
}