summaryrefslogtreecommitdiff
path: root/doc/classes/Geometry.xml
AgeCommit message (Expand)Author
2019-09-01Remove redundant transform method in Geometry singletonAndrii Doroshenko (Xrayez)
2019-08-27Add 'is_point_in_circle()' to Geometry class, and general file cleanupMichael Alexsander Silva Dias
2019-06-27Proofread and improve the whole class referenceHugo Locurcio
2019-06-27doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinksRémi Verschelde
2019-06-27doc: Fix scoped hyperlinks to same-class enums/methodsRémi Verschelde
2019-06-27Bind is_point_in_polygon in Geometry singletonAndrii Doroshenko (Xrayez)
2019-05-24Expose 2D Delaunay triangulation in Geometry singletonAndrii Doroshenko (Xrayez)
2019-05-22Expose 2D polygon boolean operations in Geometry singletonAndrii Doroshenko (Xrayez)
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-01doc: Bump version to 3.2Rémi Verschelde
2018-05-12Sync classref with current sourceRémi Verschelde
2018-05-07Merge pull request #15943 from poke1024/geometry-line-lineJuan Linietsky
2018-02-27doc: Remove status from hardcoded version stringRémi Verschelde
2018-02-19doc: Update version string in headerRémi Verschelde
2018-01-25doc: Sync with current sourceRémi Verschelde
2018-01-21Add Geometry::line_intersects_line_2d()Bernhard Liebl
2018-01-13doc: Update version string in XMLRémi Verschelde
2017-11-24doc: Update header version for 3.0-betaRémi Verschelde
2017-11-15doc: Remove revision.module_config from version stringRémi Verschelde
2017-11-13classref: Sync with current sourceRémi Verschelde
2017-11-05Basic docs for Geometry plus two new functionsBernhard Liebl
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-12Changed the doc class generation to individual files per class. It is also po...Juan Linietsky