summaryrefslogtreecommitdiffstats
path: root/doc/classes/Plane.xml
Commit message (Expand)AuthorAgeFilesLines
* Clarify docs for operators performing `xform_inv`kleonc2023-10-161-0/+1
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-2/+2
* 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
* Allow setting negative WorldBoundaryShape2D.distance through the editorkleonc2023-06-141-3/+3
* Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-2/+2
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Merge pull request #71456 from raulsntos/dotnet/sync-planeRémi Verschelde2023-01-161-1/+4
|\
| * C#: Sync `Plane` with CoreRaul Santos2023-01-151-1/+4
* | Rename `center` method to `get_center` in Plane.Raul Santos2023-01-151-6/+6
|/
* Add `is_finite` method for checking built-in typesHaoyu Qiu2022-10-081-0/+6
* [doc] Use "param" instead of "code" to refer to parameters (4)Andy Maloney2022-08-111-9/+9
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-28/+28
* Add `operator*` to `Plane`PrecisionRender2022-07-301-0/+7
* Solve discrepancy between code and class reference for PlaneJcrespo2022-07-241-2/+2
* Rename `epsilon` to `tolerance` in the `Plane::has_point` methodYuri Rubinsky2022-07-211-2/+2
* Indicate Plane.distance_to returns a signed distanceMarc Gilleron2022-07-161-1/+1
* Remove generating of null comparison operators from documentationYuri Roubinsky2022-03-141-10/+0
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Merge pull request #54581 from aaronfranke/operator-docsRémi Verschelde2021-11-161-0/+6
|\
| * Add documentation to operators for math typesAaron Franke2021-11-041-0/+6
* | Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
|/
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-51/+55
* Swap args of Plane(point, normal) constructormennomax2021-10-151-4/+11
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
* Allow comparing equality between builtin types and nullGeorge Marques2021-09-171-0/+10
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-92/+46
* Implement native extension systemreduz2021-06-251-7/+7
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-4/+4
* doc: Sync classref with current sourceRémi Verschelde2021-03-181-10/+10
* doc: Sync classref with current sourceRémi Verschelde2021-01-041-1/+1
* doc: Sync classref to add operators after #43419Rémi Verschelde2020-11-101-6/+34
* Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde2020-11-091-7/+34
* doc: Sync classref with current source + fixup some bindingsRémi Verschelde2020-11-041-7/+7
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
* Update core documentation to match recent C# changesAaron Franke2020-07-211-17/+12
* Revert "Renamed plane's d to distance"Rémi Verschelde2020-05-101-3/+3
* Renamed plane's d to distanceMarcus Elg2020-05-101-3/+3
* DocData: Fix serialization of Variant default valuesRémi Verschelde2020-03-091-1/+1
* Update docs to version 4.0clayjohn2020-01-311-1/+1
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
* Complete various class referencesclayjohn2020-01-261-0/+3
* Updates docs of AABB and PlaneHaoyu Qiu2019-12-181-2/+7
* Add docs for is_equal_approx on structuresAaron Franke2019-11-301-0/+1
* doc: Sync classref with current sourceRémi Verschelde2019-11-081-0/+8
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-5/+5
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-8/+8
* Merge pull request #28125 from KoBeWi/code_true_codeRémi Verschelde2019-04-221-2/+2
|\
| * Consistently wrap booleans in [code]Tomasz Chabora2019-04-171-2/+2
* | doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|/