All: Reformat according to new standard
This commit is contained in:
committed by
Kacper Donat
parent
eafd18dac0
commit
25c3ba7338
@@ -335,8 +335,7 @@ bool Polygon2d::Contains(const Vector2d& rclV) const
|
||||
return sTorsion != 0;
|
||||
}
|
||||
|
||||
void Polygon2d::Intersect(const Polygon2d& rclPolygon,
|
||||
std::list<Polygon2d>& rclResultPolygonList) const
|
||||
void Polygon2d::Intersect(const Polygon2d& rclPolygon, std::list<Polygon2d>& rclResultPolygonList) const
|
||||
{
|
||||
// trim the passed polygon with the current one, the result is a list of polygons (subset of the
|
||||
// passed polygon) your own (trim) polygon is closed
|
||||
|
||||
Reference in New Issue
Block a user