diff --git a/docs/api/en/math/Sphere.html b/docs/api/en/math/Sphere.html index 0816a839e7322b0a56d4e1dea309d231dd1e5ddf..442aaba118d29a4c6bc381fe7f75fbe2164190cd 100644 --- a/docs/api/en/math/Sphere.html +++ b/docs/api/en/math/Sphere.html @@ -46,7 +46,7 @@ [page:Vector3 point] - [page:Vector3] The point to clamp.
[page:Vector3 target] — the result will be copied into this Vector3.

- Clamps a point within the sphere. If the point is is outside the sphere, it will clamp it to the + Clamps a point within the sphere. If the point is outside the sphere, it will clamp it to the closets point on the edge of the sphere. Points already inside the sphere will not be affected.