summaryrefslogtreecommitdiffstats
path: root/doc/classes/Plane.xml
Commit message (Collapse)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
| | | | | | | | This commit also adds means to manually disable warnings in `code` tags where it's a false positive with the new `skip-lint` attribute. Warnings are now enabled on CI to prevent future errors.
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* 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
| | | | Can't stop, won't stop, they said, huh?
* Merge pull request #71456 from raulsntos/dotnet/sync-planeRémi Verschelde2023-01-161-1/+4
|\ | | | | | | C#: Sync `Plane` with Core
| * C#: Sync `Plane` with CoreRaul Santos2023-01-151-1/+4
| | | | | | | | | | | | | | | | | | - Add `Plane(Vector3)` constructor. - Rename `IntersectRay` to `IntersectsRay`. - Rename `IntersectSegment` to `IntersectsSegment`. - Replace `Center` property with `GetCenter` method. - Add and fix documentation about the _normal_ parameter to Core and C# documentation.
* | 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
| | | | | | | | | | | | | | | | | | | | On #43310, class reference was automatically updated from source, causing xml documentation to disagree with parameter naming description on Plane.intersects_segment(). Weirdly, it also changed the parameter for Plane.is_point_over() from point to plane, when only the first has sense (and it is defined on math.Plane as "const Vector3 &p_point"). Manual mistake? * Update begin/end to from/to on Plane.intersects_segment(...) docs description to match source * Update Plane bindings to use points instread of plane for is_point_over(...) * Change Plane.is_point_over(plane) to Plane.is_point_over(point) AND its description on docs Fixes godotengine/godot-docs#5976
* 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
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* 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
| | | | | | | | Co-authored-by: Raul Santos <raulsntos@gmail.com>
* | 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
| | | | Now (normal, point)
* 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
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Implement native extension systemreduz2021-06-251-7/+7
| | | | | | * Deprecates GDNative in favor of a simpler, lower level interface. * New extension system allows registering core engine classes. * Simple header interface in gdnative_interace.h
* 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
| | | | And move GLTF docs to its module folder.
* 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
| | | | | Change DocData comparators for MethodDoc and ArgumentDoc to get a better ordering of constructors.
* doc: Sync classref with current source + fixup some bindingsRémi Verschelde2020-11-041-7/+7
| | | | Includes various changes triggered by the refactoring of method bindings.
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
| | | | | This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.)
* Update core documentation to match recent C# changesAaron Franke2020-07-211-17/+12
| | | | | | Also a few minor API changes like adding AABB.abs() Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* Revert "Renamed plane's d to distance"Rémi Verschelde2020-05-101-3/+3
| | | | | | | This reverts commit ec7b481170dcd6a7b4cf0e6c1221e204ff7945f3. This was wrong, `d` is not a distance but the `d` constant in the parametric equation `ax + by + cz = d` describing the plane.
* Renamed plane's d to distanceMarcus Elg2020-05-101-3/+3
|
* DocData: Fix serialization of Variant default valuesRémi Verschelde2020-03-091-1/+1
| | | | Co-authored-by: Bojidar Marinov <bojidar.marinov.bg@gmail.com>
* Update docs to version 4.0clayjohn2020-01-311-1/+1
|
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
| | | | | | | | | | We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0.
* 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
| | | | Thanks to @bojidar-bg's impressive work in #29380.
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-8/+8
| | | | | | | | | | | | | - Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies
* Merge pull request #28125 from KoBeWi/code_true_codeRémi Verschelde2019-04-221-2/+2
|\ | | | | Consistently wrap booleans in [code]
| * Consistently wrap booleans in [code]Tomasz Chabora2019-04-171-2/+2
| |
* | doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|/