summaryrefslogtreecommitdiff
path: root/doc/classes/Geometry2D.xml
AgeCommit message (Collapse)Author
2021-04-17changed description of `merge_polygons`RoniPerson
Clarified that the `merge_polygons` method can produce multiple holes.
2020-12-12Fixed Geometry2D::get_closest_points_between_segments docsMarcus Brummer
2020-11-25Docs: Port Code Examples to C# (F, G, H, I, J, K, L)HaSa1002
Includes: * File * Geometry2D * HashingContext * HTTPClient * HTTPRequest * Image * Input * int * ItemList * JSONParseResult * KinematicBody2D * LineEdit Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
2020-11-04doc: Sync classref with current source + fixup some bindingsRĂ©mi Verschelde
Includes various changes triggered by the refactoring of method bindings.
2020-07-01Clarify `Geometry.offset_polygon_2d` regarding vertices translationAndrii Doroshenko (Xrayez)
The method is used to either inflate or deflate a polygon. For translating/transforming a polygon, use `Transform2D.xform`.
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
Extra `_2d` suffixes are removed from 2D methods accoringly.