vector3.round_dp(): todo

This commit is contained in:
Starbeamrainbowlabs 2023-01-21 03:27:02 +00:00
parent 392708b190
commit d1b9d1c1c1
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ function Vector3.round(a)
end
--- Rounds the components of this vector to the specified number of decimal places.
-- TODO: Document this.
-- @param a Vector3 The vector to round.
-- @param dp number The number of decimal places to round to.
-- @returns Vector3 A new instance with the components rounded to the specified number of decimal places.