Exemple #1
0
bool Triangle::Intersects(const Sector& sector) const {
    return sector.Intersects(*this);
}