This is the complete list of members for UM.Math.Polygon.Polygon, including all inherited members.
__eq__(self, other) (defined in UM.Math.Polygon.Polygon) | UM.Math.Polygon.Polygon | |
__init__(self, points=None) (defined in UM.Math.Polygon.Polygon) | UM.Math.Polygon.Polygon | |
__repr__(self) | UM.Math.Polygon.Polygon | |
_isRightTurn(self, p, q, r) (defined in UM.Math.Polygon.Polygon) | UM.Math.Polygon.Polygon | protected |
_points (defined in UM.Math.Polygon.Polygon) | UM.Math.Polygon.Polygon | protected |
approximatedCircle(radius) | UM.Math.Polygon.Polygon | static |
getConvexHull(self) | UM.Math.Polygon.Polygon | |
getConvexHull(self) (defined in UM.Math.Polygon.Polygon) | UM.Math.Polygon.Polygon | |
getMinkowskiHull(self, other) | UM.Math.Polygon.Polygon | |
getMinkowskiSum(self, other) | UM.Math.Polygon.Polygon | |
getPoints(self) (defined in UM.Math.Polygon.Polygon) | UM.Math.Polygon.Polygon | |
intersectionConvexHulls(self, other) | UM.Math.Polygon.Polygon | |
intersectsPolygon(self, other) | UM.Math.Polygon.Polygon | |
isInside(self, point) | UM.Math.Polygon.Polygon | |
isValid(self) (defined in UM.Math.Polygon.Polygon) | UM.Math.Polygon.Polygon | |
mirror(self, point_on_axis, axis_direction) | UM.Math.Polygon.Polygon | |
project(self, normal) | UM.Math.Polygon.Polygon | |
translate(self, x=0, y=0) | UM.Math.Polygon.Polygon | |