Plane, some parameters name are inconsistent #5976
Labels
area:class reference
Issues and PRs about the class reference, which should be addressed on the Godot engine repository
bug
Your Godot version:
4 alpha 12
Issue description:
Variant intersects_segment(
from
: Vector3, to: Vector3)Returns the intersection point of a segment from position
begin
to position end with this plane. If no intersection is found, null is returned.-- I didn't create PR because I don't know which one do you use,
from
orbegin
and
bool is_point_over(
plane
: Vector3)Returns true if
point
is located above theplane
.-- Is parameter name is
point
? Orplane
is correct and then what is thisplane
mean?URL to the documentation page:
https://docs.godotengine.org/en/latest/classes/class_plane.html#class-plane
The text was updated successfully, but these errors were encountered: