summaryrefslogtreecommitdiff
path: root/doc/classes/Geometry2D.xml
AgeCommit message (Expand)Author
2022-09-21Add method bind for `Geometry2D.decompose_polygon_in_convex`Mansur Isaev
2022-09-19Use `Vector2i` when returning atlas size in `Geometry2D::make_atlas`Marc Gilleron
2022-08-23Replace Array return types with TypedArray 2kobewi
2022-08-12[doc] Use "param" instead of "code" to refer to parameters (6)Andy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-08-03Bring back Geometry2D.segment_intersects_circleHakim
2022-07-27i18n: Sync classref translations with WeblateRémi Verschelde
2022-05-29Change instances of "returns an empty Variant" to "returns null" in docsHugo Locurcio
2022-02-22Merge pull request #57664 from skyace65/TriangulateInfoRémi Verschelde
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-02-05Add more information on triangulate polygonskyace65
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-04-17changed description of `merge_polygons`RoniPerson
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
2020-11-04doc: Sync classref with current source + fixup some bindingsRémi Verschelde
2020-07-01Clarify `Geometry.offset_polygon_2d` regarding vertices translationAndrii Doroshenko (Xrayez)
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)