Back to class index
| Polygon::Contains2DSyntaxbool Polygon::Contains2D(const LineSegment &localSpaceLineSegment) const; [15 lines of code]Tests if the given object, expressed in the local space of this polygon, is fully contained inside this polyhedron. This test is exactly like in Contains(), except it is performed in 2D in the local space of this polygon. See AlsoWork in progress:Todo: in bool Polygon::Contains2D(const LineSegment &localSpaceLineSegment) const: Add Contains2D(Circle/Disc/Triangle/Polygon). Todo: in bool Polygon::Contains2D(const LineSegment &localSpaceLineSegment) const: Reimplement this! |