godot/core
Jcrespo 1a3d57f319 Solve discrepancy between code and class reference for Plane
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
2022-07-24 18:21:25 +02:00
..
config Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
crypto
debugger Fix editor re-focus on debugger break on Windows 2022-07-21 21:47:05 +02:00
error
extension Changed bool to GdNativeBool 2022-07-16 18:09:36 +02:00
input Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
io Merge pull request #62996 from reduz/feature-build-profiles 2022-07-22 12:50:20 +02:00
math Rename epsilon to tolerance in the Plane::has_point method 2022-07-21 20:15:15 +03:00
multiplayer Merge pull request #63262 from dsnopek/multiplayer-peer-custom-4.x 2022-07-24 01:24:22 +02:00
object Merge pull request #63141 from reduz/implement-thread-runner 2022-07-22 13:25:31 +02:00
os Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
string Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose. 2022-07-07 11:07:18 +03:00
templates Implement a Worker ThreadPool 2022-07-22 11:46:48 +02:00
variant Solve discrepancy between code and class reference for Plane 2022-07-24 18:21:25 +02:00
core_bind.cpp
core_bind.h
core_builders.py
core_constants.cpp Use BitField hint for the TextServer enums. Add missing parts for BitField support to the GDextension API. 2022-07-15 08:49:50 +03:00
core_constants.h
core_string_names.cpp
core_string_names.h
doc_data.cpp
doc_data.h
register_core_types.cpp Implement a Worker ThreadPool 2022-07-22 11:46:48 +02:00
register_core_types.h
SCsub Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
typedefs.h
version.h