Vec2: Revision history

From Crumbled World Wiki

Diff selection: Mark the radio buttons 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.

6 July 2025

5 July 2025

  • curprev 13:3813:38, 5 July 2025Anders talk contribs 2,457 bytes +2,457 Created page with "{{:Vec2ExampleCode}} ==Example== <syntaxhighlight lang="lua"> local vec = Vec2(2,9.2) local anotherVec = vec + (Vec2(-2,-2) * 2) </syntaxhighlight> ==Members== {| class="wikitable" !|type !|variable !|description |- |float |x | |- |float |y | |- |} ==Constructor== {| class="wikitable" !|function !|description |- |Vec2(float x, float y) | |- |Vec2(float value) | |- |Vec2(Vec2 vector) | |- |Vec2() | |- |} ==Functions== {| class="wikitable" !|return !|function !|des..."