From d1b9d1c1c1adf70928fca6ba310249232a63d428 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 21 Jan 2023 03:27:02 +0000 Subject: [PATCH] vector3.round_dp(): todo --- worldeditadditions_core/utils/vector3.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/worldeditadditions_core/utils/vector3.lua b/worldeditadditions_core/utils/vector3.lua index 64de2dd..be0c92f 100644 --- a/worldeditadditions_core/utils/vector3.lua +++ b/worldeditadditions_core/utils/vector3.lua @@ -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.