[3.2] Backport core documentation changes to 3.2

Also add AABB.abs()
This commit is contained in:
Aaron Franke
2020-07-21 21:21:41 -04:00
parent af35d0d3c8
commit 3ab5183ffa
14 changed files with 219 additions and 187 deletions

View File

@@ -56,7 +56,6 @@ Plane Plane::normalized() const {
}
Vector3 Plane::get_any_point() const {
return get_normal() * d;
}