Vec4: 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.

5 July 2025

  • curprev 13:3813:38, 5 July 2025Anders talk contribs 2,327 bytes +2,327 Created page with "{{:Vec4ExampleCode}} ==Members== {| class="wikitable" !|type !|variable !|description |- |float |x | |- |float |y | |- |float |z | |- |float |w | |- |} ==Constructor== {| class="wikitable" !|function !|description |- |Vec4(float x, float y, float z, float w) | |- |Vec4(float value) | |- |Vec4(Vec4 vector) | |- |Vec4(Vec3 vector, float w) | |- |Vec4(Vec2 vector, float z, float w) | |- |Vec4() | |- |} ==Functions== {| class="wikitab..."