mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
[3.2] Backport core documentation changes to 3.2
Also add AABB.abs()
This commit is contained in:
@@ -56,7 +56,6 @@ Plane Plane::normalized() const {
|
||||
}
|
||||
|
||||
Vector3 Plane::get_any_point() const {
|
||||
|
||||
return get_normal() * d;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user