Revision history of "Vectors"

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 11:16, 23 February 2023Darkfrei (talk | contribs). . (2,184 bytes) (+2,184). . (Created page with "Lua has operator overloading: <source lang="lua"> -- vector metatable: local Vector = {} Vector.__index = Vector -- vector constructor: function Vector.new(x, y) local v =...")