Searched refs:opoint (Results 1 – 2 of 2) sorted by relevance
134 void Triangle::Legalize(Point& opoint, Point& npoint) in Legalize() argument136 if (&opoint == points_[0]) { in Legalize()140 } else if (&opoint == points_[1]) { in Legalize()144 } else if (&opoint == points_[2]) { in Legalize()344 Triangle& Triangle::NeighborAcross(Point& opoint) in NeighborAcross() argument346 if (&opoint == points_[0]) { in NeighborAcross()348 } else if (&opoint == points_[1]) { in NeighborAcross()
192 void Legalize(Point& opoint, Point& npoint);204 Triangle& NeighborAcross(Point& opoint);