@ -388,6 +388,9 @@ function Vector2f_ud:normalize() end
@@ -388,6 +388,9 @@ function Vector2f_ud:normalize() end
---@return number
functionVector2f_ud:length()end
-- desc
---@return number
functionVector2f_ud:angle()end
-- desc
---@class Vector3f_ud
@ -458,6 +461,14 @@ function Vector3f_ud:normalize() end
@@ -458,6 +461,14 @@ function Vector3f_ud:normalize() end
---@return number
functionVector3f_ud:length()end
-- desc
---@param param1 number -- XY rotation in radians
functionVector3f_ud:rotate_xy(param1)end
-- desc
---@return Vector2f_ud
functionVector3f_ud:xy()end
-- desc
---@class Location_ud
@ -1309,6 +1320,12 @@ function vehicle:set_target_posvel_NED(target_pos, target_vel) end
@@ -1309,6 +1320,12 @@ function vehicle:set_target_posvel_NED(target_pos, target_vel) end