mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
1a3d57f319
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 |
||
---|---|---|
.. | ||
array.cpp | ||
array.h | ||
binder_common.h | ||
callable_bind.cpp | ||
callable_bind.h | ||
callable.cpp | ||
callable.h | ||
container_type_validate.h | ||
dictionary.cpp | ||
dictionary.h | ||
method_ptrcall.h | ||
native_ptr.h | ||
SCsub | ||
type_info.h | ||
typed_array.h | ||
variant_call.cpp | ||
variant_construct.cpp | ||
variant_construct.h | ||
variant_destruct.cpp | ||
variant_destruct.h | ||
variant_internal.h | ||
variant_op.cpp | ||
variant_op.h | ||
variant_parser.cpp | ||
variant_parser.h | ||
variant_setget.cpp | ||
variant_setget.h | ||
variant_utility.cpp | ||
variant.cpp | ||
variant.h |