Vec3: 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 12:5712:57, 5 July 2025Anders talk contribs 2,865 bytes +2,865 Created page with "{{:Vec3ExampleCode}} ==Members== {| class="wikitable" !|type !|variable !|description |- |float |x | |- |float |y | |- |float |z | |- |} ==Constructor== {| class="wikitable" !|function !|description |- |Vec3(float value) | |- |Vec3(float x, float y, float z) | |- |Vec3(Vec2 vec, float z) | |- |Vec3(Vec3 vector) | |- |Vec3() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- |float |dot() |Returns the dot product of this ve..."