Jump to content

Main public logs

Combined display of all available logs of CMM Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:48, 31 August 2025 Gadget talk contribs created page MathFunctions (Created page with "---@Function CMM.Distance ---@param vecA table (vec3 or vec2) ---@param vecB table (vec3 or vec2) ---@return number | nil (Distance in meters) ---@Function CMM.Distance2D ---@param vecA table : vec2 (x,y) or vec3 (x,z) ---@param vecB table : vec2 (x,y) or vec3 (x,z) ---@return number | nil : Distance in metres ---@Function CMM.Distance3D ---@param vec3_1 table (vec3) ---@param vec3_2 table (vec3) ---@return number | nil (Distance in meters) ---@Function CMM.VectorMag...")