vec3.new: Difference between revisions

Jump to navigation Jump to search
24 bytes added ,  Yesterday at 16:01
no edit summary
(Created page with "{{ScriptItem2 |name = new Vec3 |side = shared |type = function |class = Vec3 |games = iii vc sa iv |desc = create a 3D vector |arg1 = float x The X value for the 3D vector. |arg2 = float y The Y value for the 3D vector. |arg3 = float z The Z value for the 3D vector. |return = Vec3 a 3D vector object }}")
 
No edit summary
Line 6: Line 6:
|games = iii vc sa iv
|games = iii vc sa iv
|desc = create a 3D vector
|desc = create a 3D vector
|arg1 = float x The X value for the 3D vector.
|arg1 = [float x = 0.0] The X value for the 3D vector.
|arg2 = float y The Y value for the 3D vector.
|arg2 = [float y = 0.0] The Y value for the 3D vector.
|arg3 = float z The Z value for the 3D vector.
|arg3 = [float z = 0.0] The Z value for the 3D vector.
|return = Vec3 a 3D vector object
|return = Vec3 a 3D vector object
}}
}}
7,072

edits

Navigation menu