Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-12 | Fixed Geometry2D::get_closest_points_between_segments docs | Marcus Brummer | |
2020-11-25 | Docs: 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-04 | doc: Sync classref with current source + fixup some bindings | RĂ©mi Verschelde | |
Includes various changes triggered by the refactoring of method bindings. | |||
2020-07-01 | Clarify `Geometry.offset_polygon_2d` regarding vertices translation | Andrii Doroshenko (Xrayez) | |
The method is used to either inflate or deflate a polygon. For translating/transforming a polygon, use `Transform2D.xform`. | |||
2020-05-27 | Split `Geometry` singleton into `Geometry2D` and `Geometry3D` | Andrii Doroshenko (Xrayez) | |
Extra `_2d` suffixes are removed from 2D methods accoringly. |