summaryrefslogtreecommitdiffstats
path: root/doc/classes/Curve2D.xml
Commit message (Expand)AuthorAgeFilesLines
* Fix curve2d incorrect sample range descriptionjsjtxietian2024-08-211-1/+1
* Changed the way the rotation of a curve at a point is evaluated to match Path...Andrés Botero2023-10-281-6/+4
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Clarify the return value of `Curve2D.sample_baked_with_rotation`Ninni Pipping2023-06-221-4/+9
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-261-1/+1
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Add Curve2D/tessellate_even_length description class-referenceaXu-AP2023-01-231-0/+2
* Refactor baking code for Curve2DYaohua Xiong2022-12-051-6/+10
* Move rotation sampling from Path2D to Curve2DYaohua Xiong2022-11-011-0/+16
* Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`Hugo Locurcio2022-08-301-12/+12
* Clarify the Line2D, Curve2D/3D documentation and fix parameter namesYuri Sizov2022-08-151-3/+3
* [doc] Use "param" instead of "code" to refer to parameters (7)Andy Maloney2022-08-121-20/+20
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-23/+23
* Expose Curve points in the inspectorRaul Santos2022-05-171-6/+3
* Clarify the position of points in `Curve{2D,3D}.add_point()`Hugo Locurcio2022-03-111-1/+1
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-82/+41
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-2/+2
* Clarify Curve.get_closest_point uses baked points.Ryan Roden-Corrent2021-02-281-1/+1
* Clarify Curve3D.get_point_{in,out} position in doc.Ryan Roden-Corrent2020-11-161-4/+4
* doc: Sync classref with current sourceRémi Verschelde2020-02-181-3/+3
* Update docs to version 4.0clayjohn2020-01-311-1/+1
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-1/+1
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-4/+4
* Merge pull request #28125 from KoBeWi/code_true_codeRémi Verschelde2019-04-221-1/+1
|\
| * Consistently wrap booleans in [code]Tomasz Chabora2019-04-171-1/+1
* | doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|/
* doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
* doc: Fix references to setters and misc formattingRémi Verschelde2018-12-291-17/+17
* [Docs] Remove double-spaces from descriptions, as well a couple other small f...LikeLakers22018-09-231-1/+1
* Up vector implementation and OrientedPathFollow.danilo22052018-05-201-0/+4
* Sync classref with current sourceRémi Verschelde2018-05-121-0/+16
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
* doc: Sync with current sourceRémi Verschelde2018-01-251-1/+1
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
* doc: Sync classref after a496dd4d, removing NOEDITOR properties from docRémi Verschelde2017-12-071-3/+0
* doc: Remove setters and getters now exposed via properties/membersRémi Verschelde2017-11-241-16/+0
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
* Added various docs, mostly mathematical basicsGrosskopf2017-10-231-0/+3
* Rename pos to position in user facing methods and variablesletheed2017-09-201-9/+9
* doc: Sync classref with current sourceRémi Verschelde2017-09-131-2/+2
* Changed the doc class generation to individual files per class. It is also po...Juan Linietsky2017-09-121-0/+200